Skip to content

Commit 67a4e13

Browse files
authored
Update ron to 0.11.0 to fix nightly compilation (#351)
See #350 and ron-rs/ron#580 Fixes #350
1 parent 9858232 commit 67a4e13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ version-ranges = { version = "0.1.0", path = "version-ranges" }
3636
criterion = { version = "2.7.2", package = "codspeed-criterion-compat" }
3737
env_logger = "0.11.6"
3838
proptest = "1.6.0"
39-
ron = "0.10.1"
39+
ron = "0.11.0"
4040
varisat = "0.2.2"
4141
version-ranges = { version = "0.1.0", path = "version-ranges", features = ["proptest"] }
4242

version-ranges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ serde = ["dep:serde", "smallvec/serde"]
1818

1919
[dev-dependencies]
2020
proptest = "1.6.0"
21-
ron = "0.10.1"
21+
ron = "0.11.0"

0 commit comments

Comments
 (0)