From 262ccb765ee828f3745b2933789702baa703ba57 Mon Sep 17 00:00:00 2001 From: Arend van Beelen jr Date: Tue, 31 Oct 2023 14:24:38 +0100 Subject: [PATCH] Explicitly specify crate versions (#202) --- fp-bindgen-support/Cargo.toml | 2 +- fp-bindgen/Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fp-bindgen-support/Cargo.toml b/fp-bindgen-support/Cargo.toml index f6bb7970..fdb966b8 100644 --- a/fp-bindgen-support/Cargo.toml +++ b/fp-bindgen-support/Cargo.toml @@ -4,7 +4,7 @@ description = "Support crate for fp-bindgen" homepage = { workspace = true } repository = { workspace = true } readme = "README.md" -version = { workspace = true } +version = "3.0.0" authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/fp-bindgen/Cargo.toml b/fp-bindgen/Cargo.toml index c13c9c8b..e104f5ce 100644 --- a/fp-bindgen/Cargo.toml +++ b/fp-bindgen/Cargo.toml @@ -6,7 +6,7 @@ repository = { workspace = true } readme = "../README.md" keywords = ["WebAssembly", "WASM", "bindgen"] categories = ["development-tools::ffi", "wasm"] -version = { workspace = true } +version = "3.0.0" authors = { workspace = true } edition = { workspace = true } license = { workspace = true } @@ -22,7 +22,7 @@ default = [ "rmpv-compat", "serde-bytes-compat", "serde-json-compat", - "time-compat" + "time-compat", ] http-compat = ["http"] rmpv-compat = ["rmpv"] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d3bf5a22..1221111c 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ description = "Macros for fp-bindgen" homepage = { workspace = true } repository = { workspace = true } readme = "README.md" -version = { workspace = true } +version = "3.0.0" authors = { workspace = true } edition = { workspace = true } license = { workspace = true }