Skip to content

Commit

Permalink
Bump to version 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Jan 12, 2023
1 parent 7147b26 commit 57ab397
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-code-analysis"
version = "0.0.24"
version = "0.0.25"
authors = ["Calixte Denizet <[email protected]>"]
edition = "2021"
repository = "https://github.com/mozilla/rust-code-analysis"
Expand Down
4 changes: 2 additions & 2 deletions rust-code-analysis-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-code-analysis-cli"
version = "0.0.24"
version = "0.0.25"
authors = ["Calixte Denizet <[email protected]>"]
repository = "https://github.com/mozilla/rust-code-analysis/blob/master/rust-code-analysis-cli/"
edition = "2021"
Expand All @@ -15,7 +15,7 @@ name = "rust-code-analysis-cli"
clap = { version = "^4.0", features = ["derive"] }
globset = "^0.4"
regex = "^1.7"
rust-code-analysis = { path = "..", version = "=0.0.24" }
rust-code-analysis = { path = "..", version = "=0.0.25" }
serde = "^1.0"
serde_cbor = "^0.11"
serde_json = "^1.0"
Expand Down
4 changes: 2 additions & 2 deletions rust-code-analysis-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-code-analysis-web"
version = "0.0.24"
version = "0.0.25"
authors = ["Calixte Denizet <[email protected]>"]
edition = "2021"
repository = "https://github.com/mozilla/rust-code-analysis/tree/master/rust-code-analysis-web"
Expand All @@ -16,7 +16,7 @@ actix-rt = "^2.6"
actix-web = "^4.2"
clap = { version = "^4.0", features = ["derive"] }
futures = "^0.3"
rust-code-analysis = { path = "..", version = "=0.0.24" }
rust-code-analysis = { path = "..", version = "=0.0.25" }
serde = "^1.0"
serde_json = "^1.0"

Expand Down

0 comments on commit 57ab397

Please sign in to comment.