Skip to content

Commit

Permalink
chore(deps): use upstream svg_fmt after they merged our PR (#7764)
Browse files Browse the repository at this point in the history
They have merged our PR nical/rust_debug#4 but
they haven't released a new crate version yet.

refs #7763
  • Loading branch information
problame authored and a-masterov committed May 20, 2024
1 parent 0fa6af3 commit 9886ba2
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 @@ -158,8 +158,8 @@ socket2 = "0.5"
strum = "0.24"
strum_macros = "0.24"
"subtle" = "2.5.0"
# https://github.com/nical/rust_debug/pull/4
svg_fmt = { git = "https://github.com/neondatabase/fork--nical--rust_debug", branch = "neon" }
# Our PR https://github.com/nical/rust_debug/pull/4 has been merged but no new version released yet
svg_fmt = { git = "https://github.com/nical/rust_debug", rev = "28a7d96eecff2f28e75b1ea09f2d499a60d0e3b4" }
sync_wrapper = "0.1.2"
tar = "0.4"
task-local-extensions = "0.1.4"
Expand Down

0 comments on commit 9886ba2

Please sign in to comment.