Skip to content

Commit

Permalink
deps: revert back to using calamine upstream, instead of our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 18, 2024
1 parent 622c6c8 commit 677458f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ dynfmt = { git = "/~https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_
grex = { git = "/~https://github.com/pemistahl/grex", rev = "ff8533d" }

# use our fork of calamine 0.25.0 with unreleased fixes and select clippy lints
calamine = { git = "/~https://github.com/jqnatividad/calamine", branch = "select-clippy-lints" }
calamine = { git = "/~https://github.com/tafia/calamine", rev = "247c080" }

# use modernized version of local_encoding
local-encoding = { git = "/~https://github.com/slonopotamus/local-encoding-rs", branch = "travis-madness" }
Expand Down

0 comments on commit 677458f

Please sign in to comment.