Skip to content

Commit

Permalink
Bump dashmap
Browse files Browse the repository at this point in the history
Replaces #317
  • Loading branch information
jonhoo committed Jul 14, 2024
1 parent 06deb00 commit 1aa8ef6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.64.0"] # clap 4 (via clap_lex)
msrv: ["1.65.0"] # dashmap 6
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 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 @@ -31,7 +31,7 @@ ahash = "0.8"
is-terminal = "0.4.3"
crossbeam-utils = { version = "0.8", optional = true }
crossbeam-channel = { version = "0.5", optional = true }
dashmap = { version = "5", optional = true }
dashmap = { version = "6.0.1", optional = true }
env_logger = { version = "0.10", default-features = false, optional = true }
indexmap = { version = "2.0", optional = true }
itoa = "1"
Expand Down

0 comments on commit 1aa8ef6

Please sign in to comment.