Skip to content

Commit 2493e5e

Browse files
authored
BM-947: Bump workspace version to 0.8.0 (#658)
Version bump to 0.8.0 to prepare release of `boundless-market 0.8`
1 parent d3eeaf5 commit 2493e5e

File tree

11 files changed

+514
-478
lines changed

11 files changed

+514
-478
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ members = [
1818
]
1919

2020
[workspace.package]
21-
version = "0.7.0"
21+
version = "0.8.0"
2222
edition = "2021"
2323
homepage = "https://beboundless.xyz/"
2424
repository = "https://github.com/boundless-xyz/boundless/"
2525

2626
[workspace.dependencies]
2727
async-stream = "0.3"
28-
boundless-assessor = { version = "0.7.0", path = "crates/assessor" }
29-
boundless-cli = { version = "0.7.0", path = "crates/boundless-cli" }
30-
boundless-market = { version = "0.7.0", path = "crates/boundless-market" }
28+
boundless-assessor = { version = "0.8.0", path = "crates/assessor" }
29+
boundless-cli = { version = "0.8.0", path = "crates/boundless-cli" }
30+
boundless-market = { version = "0.8.0", path = "crates/boundless-market" }
3131
boundless-market-test-utils = { path = "crates/boundless-market/test-utils" }
3232

3333
guest-assessor = { path = "crates/guest/assessor" }

crates/boundless-market/src/contracts/bytecode.rs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

crates/guest/assessor/assessor-guest/Cargo.lock

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

crates/guest/util/echo/Cargo.lock

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

crates/guest/util/identity/Cargo.lock

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

0 commit comments

Comments
 (0)