aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1e86c31..beba7c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.58"
name = "half"
-version = "2.1.0"
+version = "2.2.1"
authors = ["Kathryn Long <squeeself@gmail.com>"]
exclude = [
".git*",
@@ -33,7 +33,6 @@ categories = [
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/starkat99/half-rs"
-resolver = "2"
[package.metadata.docs.rs]
rustc-args = [
@@ -76,7 +75,7 @@ optional = true
default-features = false
[dev-dependencies.criterion]
-version = "0.3.5"
+version = "0.4.0"
[dev-dependencies.crunchy]
version = "0.2.2"