Skip to content

Commit

Permalink
build: improve building with -Zminimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Nov 27, 2024
1 parent d518671 commit fcb4dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ memchr = { version = "2.6.0", default-features = false }
num-bigint = { version = "0.4.3", default-features = false }
num-rational = { version = "0.4.0", default-features = false }
num-traits = { version = "0.2.0", default-features = false }
postcard = { version = "1.0.1", default-features = false }
postcard = { version = "1.0.3", default-features = false }
regex-automata = { version = "0.4.7", default-features = false }
ryu = { version = "1.0.5", default-features = false }
serde = { version = "1.0.110", default-features = false }
Expand Down

0 comments on commit fcb4dcd

Please sign in to comment.