Skip to content

Commit 8dee88a

Browse files
sandreimlauralt
authored andcommitted
Remove versionize dependency.
Signed-off-by: Andrei Sandu <[email protected]>
1 parent a3acfa6 commit 8dee88a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "versionize_derive"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <[email protected]>"]
66

@@ -12,6 +12,4 @@ syn = { version = ">=1.0.13", features=["full", "extra-traits"]}
1212
[lib]
1313
proc-macro = true
1414

15-
[dev-dependencies]
16-
versionize = { git = "https://github.com/firecracker-microvm/versionize" }
1715

0 commit comments

Comments
 (0)