Skip to content

Commit

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

## Test Plan
CI
  • Loading branch information
baojinri authored Mar 5, 2024
1 parent 1a989bf commit 9e356c6
Show file tree
Hide file tree
Showing 31 changed files with 244 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: "1"
LOCK_FILE: Cargo.lock
RUST_VERSION: nightly-2023-08-28
RUST_VERSION: nightly-2024-01-28

jobs:
style-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
RUSTFLAGS: "-C debuginfo=1"
CARGO_TERM_COLOR: always
RUST_BACKTRACE: "1"
RUST_VERSION: nightly-2023-08-28
RUST_VERSION: nightly-2024-01-28

jobs:
coverage:
Expand Down
Loading

0 comments on commit 9e356c6

Please sign in to comment.