Skip to content

Commit 57fc466

Browse files
authored
Bump version
1 parent 9a93cf3 commit 57fc466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clone_cell"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
authors = ["vchlin"]
66
license = "MIT OR Apache-2.0"
@@ -16,7 +16,7 @@ default = ["derive"]
1616
derive = ["clone_cell_derive"]
1717

1818
[dependencies]
19-
clone_cell_derive = { version = "0.2.1", path = "derive", optional = true }
19+
clone_cell_derive = { version = "0.2.2", path = "derive", optional = true }
2020

2121
[dev-dependencies]
2222
trybuild = "1.0.101"

0 commit comments

Comments
 (0)