Skip to content

Commit ae0571a

Browse files
Merge pull request #93 from spinframework/bump-version
Bump versions for v5.1.0 release
2 parents 0279718 + 3c34b25 commit ae0571a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ chrono = "0.4.38"
2727
form_urlencoded = "1.0"
2828
postgres_range = { version = "0.11.1", optional = true }
2929
rust_decimal = { version = "1.37.2", default-features = false, optional = true }
30-
spin-executor = { version = "5.0.0", path = "crates/executor" }
31-
spin-macro = { version = "5.0.0", path = "crates/macro" }
32-
spin-wasip3-http = { version = "5.0.0", path = "crates/spin-wasip3-http", optional = true }
33-
spin-wasip3-http-macro = { version = "5.0.0", path = "crates/spin-wasip3-http-macro", optional = true }
30+
spin-executor = { version = "5.1.0", path = "crates/executor" }
31+
spin-macro = { version = "5.1.0", path = "crates/macro" }
32+
spin-wasip3-http = { version = "5.1.0", path = "crates/spin-wasip3-http", optional = true }
33+
spin-wasip3-http-macro = { version = "5.1.0", path = "crates/spin-wasip3-http-macro", optional = true }
3434
thiserror = { workspace = true }
3535
uuid = { version = "1.18.0", optional = true }
3636
wit-bindgen = { workspace = true }
@@ -97,7 +97,7 @@ wasmtime-wasi-http = "35.0.0"
9797
wit-component = "0.235.0"
9898

9999
[workspace.package]
100-
version = "5.0.0"
100+
version = "5.1.0"
101101
authors = ["Spin Framework Maintainers <[email protected]>"]
102102
edition = "2021"
103103
license = "Apache-2.0 WITH LLVM-exception"

0 commit comments

Comments
 (0)