Skip to content

Commit ebcf802

Browse files
committed
Fix deprecation warning on Formatting.jl package! v1.2.1
Formatting.jl is deprecated (as of March, 2024), in favour of JuliaString's Format.jl. The API we are using to format numbers is the same, and this dependency change does not change any of the functionality for users of SpelledOut.jl. This fix was implemented by @pmc4. See merge request #57
1 parent 20706c4 commit ebcf802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SpelledOut"
22
uuid = "4728c690-e668-4265-bc0d-51a8c0f93067"
33
authors = ["Jake W. Ireland <[email protected]> and contributors"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[deps]
77
DecFP = "55939f99-70c6-5e9b-8bb0-5071ed7d61fd"

0 commit comments

Comments
 (0)