diff options
Diffstat (limited to 'vendor/zerovec-derive/Cargo.toml')
-rw-r--r-- | vendor/zerovec-derive/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/zerovec-derive/Cargo.toml b/vendor/zerovec-derive/Cargo.toml index fea429984..d9c2a0592 100644 --- a/vendor/zerovec-derive/Cargo.toml +++ b/vendor/zerovec-derive/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "zerovec-derive" -version = "0.9.0" +version = "0.9.3" authors = ["Manish Goregaokar <manishsmail@gmail.com>"] description = "Custom derive for the zerovec crate" keywords = [ @@ -32,6 +32,9 @@ license = "Unicode-DFS-2016" repository = "https://github.com/unicode-org/icu4x" resolver = "2" +[package.metadata.workspaces] +independent = true + [lib] path = "src/lib.rs" proc_macro = true @@ -61,6 +64,3 @@ features = ["derive"] [dev-dependencies.serde_json] version = "1.0" - -[dev-dependencies.zerofrom] -version = "0.1" |