Skip to content

Commit 21ce1d6

Browse files
authored
release: 0.2.0 (#42)
1 parent 7851f6e commit 21ce1d6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -4,7 +4,7 @@ members = [ "fuzz", "soavec", "soavec_derive"]
44

55
[workspace.package]
66
edition = "2024"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
license = "MPL-2.0"
99
homepage = "https://trynova.dev/"
1010
repository = "https://github.com/trynova/soavec/"

soavec/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ default = []
1616
derive = ["soavec_derive"]
1717

1818
[dependencies]
19-
soavec_derive = { version = "=0.1.1", path = "../soavec_derive", optional = true }
19+
soavec_derive = { version = "=0.2.0", path = "../soavec_derive", optional = true }
2020

2121
[dev-dependencies]
22-
soavec_derive = { version = "=0.1.1", path = "../soavec_derive" }
22+
soavec_derive = { version = "=0.2.0", path = "../soavec_derive" }
2323

2424
# This cfg cannot be enabled, but it still forces Cargo to keep soavec_derive's
2525
# version in lockstep with soavec's, even if someone depends on the two crates
2626
# separately with soavec's "derive" feature disabled.
2727
[target.'cfg(any())'.dependencies]
28-
soavec_derive = { version = "=0.1.1", path = "../soavec_derive" }
28+
soavec_derive = { version = "=0.2.0", path = "../soavec_derive" }

0 commit comments

Comments
 (0)