Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Mar 24, 2024
1 parent 0968072 commit 30f4ef2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
# update rust-toolchain.toml too!
rust-version = "1.76.0"
Expand All @@ -36,12 +36,12 @@ wiggle = { version = "19.0.0" }
num-rational = { version = "0.4", features = ["serde"]}
bytes = "1.5"
rational = "1.5"
crows-macros = { path = "macros", version = "0.2.0" }
crows-shared = { path = "shared", version = "0.2.0" }
crows-bindings = { path = "bindings", version = "0.2.0" }
crows-utils = { path = "utils", version = "0.2.0" }
crows-service = { path = "service", version = "0.2.0" }
crows-wasm = { path = "wasm", version = "0.2.0" }
crows-coordinator = { path = "coordinator", version = "0.2.0" }
crows-worker = { path = "worker", version = "0.2.0" }
crows-cli = { path = "cli", version = "0.2.0" }
crows-macros = { path = "macros", version = "0.3.0" }
crows-shared = { path = "shared", version = "0.3.0" }
crows-bindings = { path = "bindings", version = "0.3.0" }
crows-utils = { path = "utils", version = "0.3.0" }
crows-service = { path = "service", version = "0.3.0" }
crows-wasm = { path = "wasm", version = "0.3.0" }
crows-coordinator = { path = "coordinator", version = "0.3.0" }
crows-worker = { path = "worker", version = "0.3.0" }
crows-cli = { path = "cli", version = "0.3.0" }

0 comments on commit 30f4ef2

Please sign in to comment.