Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Oct 12, 2023
1 parent 5e9d509 commit 5576870
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

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

[workspace.dependencies]
race-api = { path = "api", version = ">=0.2.1" }
race-proc-macro = { path = "proc-macro", version = ">=0.2.1" }
race-core = { path = "core", version = ">=0.2.1" }
race-client = { path = "client", version = ">=0.2.1" }
race-encryptor = { path = "encryptor", version = ">=0.2.1" }
race-test = { path = "test", version = ">=0.2.1" }
race-api = { path = "api", version = ">=0.2.2" }
race-proc-macro = { path = "proc-macro", version = ">=0.2.2" }
race-core = { path = "core", version = ">=0.2.2" }
race-client = { path = "client", version = ">=0.2.2" }
race-encryptor = { path = "encryptor", version = ">=0.2.2" }
race-test = { path = "test", version = ">=0.2.2" }
race-env = { path = "env", version = "*" }
race-transport = { path = "transport", version = "*" }
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }
Expand Down Expand Up @@ -78,7 +78,7 @@ regex = "1"

[workspace.package]
authors = ["RACE Foundation <[email protected]>"]
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.65.0"
license = "MPL-2.0"
Expand Down

0 comments on commit 5576870

Please sign in to comment.