diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:19:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:19:41 +0000 |
commit | 4f9fe856a25ab29345b90e7725509e9ee38a37be (patch) | |
tree | e4ffd8a9374cae7b21f7cbfb352927e0e074aff6 /vendor/zerovec-derive/Cargo.toml | |
parent | Adding upstream version 1.68.2+dfsg1. (diff) | |
download | rustc-4f9fe856a25ab29345b90e7725509e9ee38a37be.tar.xz rustc-4f9fe856a25ab29345b90e7725509e9ee38a37be.zip |
Adding upstream version 1.69.0+dfsg1.upstream/1.69.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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" |