Skip to content

Commit ab4d932

Browse files
authored
workspace dependencies (#207)
1 parent 7be341f commit ab4d932

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ version = "1.0.4"
1010
rust-version = "1.70"
1111
keywords = ["floats", "non-zero", "nan", "no_std"]
1212
categories = ["mathematics", "data-structures"]
13+
14+
[workspace.dependencies]
15+
rustversion = "1.0.20"

typed_floats/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ libm = ["dep:num-traits", "typed_floats_macros/libm"]
3232
ensure_no_undefined_behavior = []
3333

3434
[dependencies]
35-
rustversion = "1.0.20"
35+
rustversion.workspace = true
3636

3737
[dependencies.typed_floats_macros]
3838
version = "=1.0.4"

typed_floats_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ libm = []
2121
quote = "1.0"
2222
syn = { version = "2.0" }
2323
proc-macro2 = "1.0"
24-
rustversion = "1.0.20"
24+
rustversion.workspace = true

0 commit comments

Comments
 (0)