Skip to content

Commit 545feb9

Browse files
committed
bump to v0.2.1
1 parent a189aa2 commit 545feb9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.2.0"
13+
version = "0.2.1"
1414
edition = "2024"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/ron-rs/ron2"
1717
readme = "README.md"
1818
rust-version = "1.90.0"
1919

2020
[workspace.dependencies]
21-
ron2 = { path = "crates/main", version = "0.2.0" }
22-
ron2-derive = { path = "crates/derive", version = "0.2.0" }
23-
ron2-doc = { path = "crates/doc", version = "0.2.0" }
21+
ron2 = { path = "crates/main", version = "0.2.1" }
22+
ron2-derive = { path = "crates/derive", version = "0.2.1" }
23+
ron2-doc = { path = "crates/doc", version = "0.2.1" }
2424
serde = { version = "1.0", features = ["derive"] }
2525
thiserror = "2"
2626
itoa = "1.0"

0 commit comments

Comments
 (0)