| { | ||
| "git": { | ||
| "sha1": "bb50cc9a00cbde008e6a8ef98655cf9b05e6dd6b" | ||
| "sha1": "cd80fbfd24ecc6e499fb5fc6bb8fcce6b14416f4" | ||
| }, | ||
| "path_in_vcs": "utils/zerofrom" | ||
| } |
+8
-5
@@ -13,5 +13,5 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| [package] | ||
| edition = "2018" | ||
| edition = "2021" | ||
| name = "zerofrom" | ||
| version = "0.1.1" | ||
| version = "0.1.2" | ||
| authors = ["Manish Goregaokar <manishsmail@gmail.com>"] | ||
@@ -27,2 +27,3 @@ include = [ | ||
| description = "ZeroFrom trait for constructing" | ||
| readme = "README.md" | ||
| keywords = [ | ||
@@ -41,4 +42,6 @@ "zerocopy", | ||
| repository = "https://github.com/unicode-org/icu4x" | ||
| resolver = "2" | ||
| [package.metadata.workspaces] | ||
| independent = true | ||
| [package.metadata.docs.rs] | ||
@@ -48,3 +51,3 @@ all-features = true | ||
| [dependencies.zerofrom-derive] | ||
| version = "0.1.0" | ||
| version = "0.1.1" | ||
| optional = true | ||
@@ -55,2 +58,2 @@ | ||
| default = ["alloc"] | ||
| derive = ["zerofrom-derive"] | ||
| derive = ["dep:zerofrom-derive"] |
Sorry, the diff of this file is not supported yet