Skip to content

Commit

Permalink
[release/candidate/v0.9.2]: Apply open #1224: Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeke Foppa committed May 23, 2024
1 parent e4f1021 commit 22dd786
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,29 +75,29 @@ inherits = "release"
debug = true

[workspace.package]
version = "0.9.1"
version = "0.9.2"
edition = "2021"
# update rust-toolchain.toml too!
rust-version = "1.77.0"

[workspace.dependencies]
spacetimedb = { path = "crates/bindings", version = "0.9.1" }
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "0.9.1" }
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "0.9.1" }
spacetimedb-cli = { path = "crates/cli", version = "0.9.1" }
spacetimedb-client-api = { path = "crates/client-api", version = "0.9.1" }
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "0.9.1" }
spacetimedb-commitlog = { path = "crates/commitlog", version = "0.9.1" }
spacetimedb-core = { path = "crates/core", version = "0.9.1" }
spacetimedb-data-structures = { path = "crates/data-structures", version = "0.9.1" }
spacetimedb-durability = { path = "crates/durability", version = "0.9.1" }
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "0.9.1" }
spacetimedb-metrics = { path = "crates/metrics", version = "0.9.1" }
spacetimedb-primitives = { path = "crates/primitives", version = "0.9.1" }
spacetimedb-sats = { path = "crates/sats", version = "0.9.1" }
spacetimedb-standalone = { path = "crates/standalone", version = "0.9.1" }
spacetimedb-table = { path = "crates/table", version = "0.9.1" }
spacetimedb-vm = { path = "crates/vm", version = "0.9.1" }
spacetimedb = { path = "crates/bindings", version = "0.9.2" }
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "0.9.2" }
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "0.9.2" }
spacetimedb-cli = { path = "crates/cli", version = "0.9.2" }
spacetimedb-client-api = { path = "crates/client-api", version = "0.9.2" }
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "0.9.2" }
spacetimedb-commitlog = { path = "crates/commitlog", version = "0.9.2" }
spacetimedb-core = { path = "crates/core", version = "0.9.2" }
spacetimedb-data-structures = { path = "crates/data-structures", version = "0.9.2" }
spacetimedb-durability = { path = "crates/durability", version = "0.9.2" }
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "0.9.2" }
spacetimedb-metrics = { path = "crates/metrics", version = "0.9.2" }
spacetimedb-primitives = { path = "crates/primitives", version = "0.9.2" }
spacetimedb-sats = { path = "crates/sats", version = "0.9.2" }
spacetimedb-standalone = { path = "crates/standalone", version = "0.9.2" }
spacetimedb-table = { path = "crates/table", version = "0.9.2" }
spacetimedb-vm = { path = "crates/vm", version = "0.9.2" }

ahash = "0.8"
anyhow = "1.0.68"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Business Source License 1.1
Parameters

Licensor: Clockwork Laboratories, Inc.
Licensed Work: SpacetimeDB 0.9.1
Licensed Work: SpacetimeDB 0.9.2
The Licensed Work is
(c) 2023 Clockwork Laboratories, Inc.

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/src/subcommands/project/rust/Cargo._toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
spacetimedb = "0.9.1"
spacetimedb = "0.9.2"
log = "0.4"

0 comments on commit 22dd786

Please sign in to comment.