Skip to content

Commit 196e743

Browse files
Merge pull request #72 from fibonacci1729/release-4.0.0
Bump versions for v4.0.0 release
2 parents 5f7bd1d + bd32f14 commit 196e743

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
@@ -21,8 +21,8 @@ anyhow = "1"
2121
async-trait = "0.1.74"
2222
chrono = "0.4.38"
2323
form_urlencoded = "1.0"
24-
spin-executor = { version = "3.1.0", path = "crates/executor" }
25-
spin-macro = { version = "3.1.0", path = "crates/macro" }
24+
spin-executor = { version = "4.0.0", path = "crates/executor" }
25+
spin-macro = { version = "4.0.0", path = "crates/macro" }
2626
thiserror = "1.0.37"
2727
wit-bindgen = { workspace = true }
2828
routefinder = "0.5.3"
@@ -82,7 +82,7 @@ wasmtime-wasi-http = "18.0.1"
8282
wit-component = "0.200.0"
8383

8484
[workspace.package]
85-
version = "3.1.1"
85+
version = "4.0.0"
8686
authors = ["Spin Framework Maintainers <[email protected]>"]
8787
edition = "2021"
8888
license = "Apache-2.0 WITH LLVM-exception"

0 commit comments

Comments
 (0)