Skip to content

Commit

Permalink
Explicitly specify crate versions (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Oct 31, 2023
1 parent 95bb9ce commit 262ccb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fp-bindgen-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions fp-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -22,7 +22,7 @@ default = [
"rmpv-compat",
"serde-bytes-compat",
"serde-json-compat",
"time-compat"
"time-compat",
]
http-compat = ["http"]
rmpv-compat = ["rmpv"]
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 262ccb7

Please sign in to comment.