Skip to content

Commit

Permalink
Merge pull request #375 from bulwark-security/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.6.0
  • Loading branch information
sporkmonger authored Jun 27, 2024
2 parents d8796fd + d6f7fa3 commit 5cc27e8
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,20 @@ members = [
exclude = ["crates/sdk/examples", "tests/plugins"]

[workspace.package]
version = "0.5.0"
version = "0.6.0"
edition = "2021"
# This should be no larger than the current stable release of Rust minus 2.
rust-version = "1.73.0"

[workspace.dependencies]
# Internal dependencies
bulwark-build = { path = "crates/build", version = "=0.5.0" }
bulwark-config = { path = "crates/config", version = "=0.5.0" }
bulwark-decision = { path = "crates/decision", version = "=0.5.0" }
bulwark-ext-processor = { path = "crates/ext-processor", version = "=0.5.0" }
bulwark-host = { path = "crates/host", version = "=0.5.0" }
bulwark-sdk = { path = "crates/sdk", version = "=0.5.0" }
bulwark-sdk-macros = { path = "crates/sdk-macros", version = "=0.5.0" }
bulwark-build = { path = "crates/build", version = "=0.6.0" }
bulwark-config = { path = "crates/config", version = "=0.6.0" }
bulwark-decision = { path = "crates/decision", version = "=0.6.0" }
bulwark-ext-processor = { path = "crates/ext-processor", version = "=0.6.0" }
bulwark-host = { path = "crates/host", version = "=0.6.0" }
bulwark-sdk = { path = "crates/sdk", version = "=0.6.0" }
bulwark-sdk-macros = { path = "crates/sdk-macros", version = "=0.6.0" }

# WASM dependencies
wasi-common = { version = "22" }
Expand Down
6 changes: 3 additions & 3 deletions crates/sdk/examples/blank-slate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/sdk/examples/evil-bit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tests/plugins/multi-phase-plugin-a/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tests/plugins/multi-phase-plugin-b/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tests/plugins/redis-plugin/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tests/plugins/smoke-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cc27e8

Please sign in to comment.