Skip to content

Commit 896dd56

Browse files
authored
Merge pull request #82 from itowlson/publish-5.0
Bump versions for 5.0.0 release
2 parents d675dbc + 2dc0fc9 commit 896dd56

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ chrono = "0.4.38"
2323
form_urlencoded = "1.0"
2424
postgres_range = { version = "0.11.1", optional = true }
2525
rust_decimal = { version = "1.37.2", default-features = false, optional = true }
26-
spin-executor = { version = "4.0.0", path = "crates/executor" }
27-
spin-macro = { version = "4.0.0", path = "crates/macro" }
26+
spin-executor = { version = "5.0.0", path = "crates/executor" }
27+
spin-macro = { version = "5.0.0", path = "crates/macro" }
2828
thiserror = "1.0.37"
2929
uuid = { version = "1.18.0", optional = true }
3030
wit-bindgen = { workspace = true }
@@ -87,7 +87,7 @@ wasmtime-wasi-http = "35.0.0"
8787
wit-component = "0.235.0"
8888

8989
[workspace.package]
90-
version = "4.0.0"
90+
version = "5.0.0"
9191
authors = ["Spin Framework Maintainers <[email protected]>"]
9292
edition = "2021"
9393
license = "Apache-2.0 WITH LLVM-exception"

0 commit comments

Comments
 (0)