summaryrefslogtreecommitdiffstats
path: root/vendor/writeable/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/writeable/Cargo.toml')
-rw-r--r--vendor/writeable/Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/vendor/writeable/Cargo.toml b/vendor/writeable/Cargo.toml
index 0ec582e48..0f7a615b1 100644
--- a/vendor/writeable/Cargo.toml
+++ b/vendor/writeable/Cargo.toml
@@ -10,9 +10,9 @@
# See Cargo.toml.orig for the original contents.
[package]
-edition = "2018"
+edition = "2021"
name = "writeable"
-version = "0.5.1"
+version = "0.5.2"
authors = ["The ICU4X Project Developers"]
include = [
"src/**/*",
@@ -27,7 +27,6 @@ description = "A more efficient alternative to fmt::Display"
readme = "README.md"
license = "Unicode-DFS-2016"
repository = "https://github.com/unicode-org/icu4x"
-resolver = "2"
[package.metadata.workspaces]
independent = true
@@ -47,7 +46,7 @@ name = "writeable"
harness = false
[dev-dependencies.criterion]
-version = "0.3"
+version = "0.4"
[dev-dependencies.rand]
version = "0.8"