Skip to content

Commit

Permalink
fix: update derive-vistor to unblock rustc upgrage (#15625)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy authored May 23, 2024
1 parent b80bb5d commit 6eac00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 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 @@ -294,7 +294,6 @@ debug-assertions = true
overflow-checks = true
rpath = false

# If there are dependencies that need patching, they can be listed below.
[patch.crates-io]
arrow-format = { git = "https://github.com/Xuanwo/arrow-format", rev = "be633a0" }
icelake = { git = "https://github.com/icelake-io/icelake", rev = "be8b2c2" }
Expand All @@ -303,3 +302,4 @@ async-backtrace = { git = "https://github.com/zhang2014/async-backtrace.git", re
z3 = { git = "https://github.com/prove-rs/z3.rs", rev = "247d308" }
z3-sys = { git = "https://github.com/prove-rs/z3.rs", rev = "247d308" }
# proj = { git = "https://github.com/ariesdevil/proj", rev = "51e1c60" }
derive-visitor = { git = 'https://github.com/andylokandy/derive-visitor.git', rev = "c07c6b6" }

0 comments on commit 6eac00e

Please sign in to comment.