Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xnmeet committed Jan 5, 2025
1 parent e773167 commit 3c9bf74
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ keywords = ["thrift", "parser", "AST"]
categories = ["development-tools"]

[workspace.dependencies]
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.128"
miette = { version = "7.4.0", features = ["fancy"] }
thiserror = "2.0.9"
insta = { version = "1.41.1", features = ["json"] }
insta = { version = "1.42.0", features = ["json"] }
# publish = true
rico = { version = "0.1.6", path = "./creates/rico" }
rico-scan = { version = "0.1.1", path = "./apps/scan" }
rico = { version = "0.1.7", path = "./creates/rico" }
rico-scan = { version = "0.1.2", path = "./apps/scan" }
# publish = false
rico-benchmark = { path = "./apps/benchmark" }
rico-wasm = { path = "./wasm/rico" }
2 changes: 1 addition & 1 deletion apps/scan/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rico-scan"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "A high-performance CLI tool for parsing and validating Thrift IDL files"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion creates/rico/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rico"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
description = "A high-performance Apache Thrift IDL parser that converts Thrift IDL files to JSON AST"
license.workspace = true
Expand Down

0 comments on commit 3c9bf74

Please sign in to comment.