Skip to content

Commit

Permalink
deps: use latest unreleased governor upstream with bumped dashmap d…
Browse files Browse the repository at this point in the history
…ependency
  • Loading branch information
jqnatividad committed Oct 19, 2024
1 parent b4ac77c commit fb1af0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ csvlens = { git = "https://github.com/YS-L/csvlens", rev = "b3fab72" }
# see https://github.com/jan-auer/dynfmt/pull/9
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }

# use our fork of governor with bumped dashmap dependency
governor = { git = "https://github.com/jqnatividad/governor", branch = "bump-dashmap-to-6.1.0" }
# use latest upstream of governor with bumped dashmap dependency
governor = { git = "https://github.com/boinkor-net/governor", rev = "ae92838" }

# needed to get latest dependencies and unreleased fixes
grex = { git = "https://github.com/pemistahl/grex", rev = "ff8533d" }
Expand Down

0 comments on commit fb1af0f

Please sign in to comment.