Skip to content

Commit

Permalink
chore: upgrade rustc version (apache#1489)
Browse files Browse the repository at this point in the history
Upgrade rustc version
- upgrade rustc version
- upgrade rand version
- upgrade obkv-client version
- upgrade clap version
- Adapt to new APIs

CI
  • Loading branch information
baojinri authored and zealchen committed Apr 9, 2024
1 parent a21494c commit d867ecd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
23 changes: 6 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ catalog_impls = { path = "src/catalog_impls" }
horaedbproto = { git = "https://github.com/apache/incubator-horaedb-proto.git", rev = "19ece8f771fc0b3e8e734072cc3d8040de6c74cb" }
codec = { path = "src/components/codec" }
chrono = "0.4"
clap = { version = "4.5.1", features = ["derive"] }
clap = "4.5.1"
clru = "0.6.1"
cluster = { path = "src/cluster" }
criterion = "0.5"
Expand Down

0 comments on commit d867ecd

Please sign in to comment.