Skip to content

Commit

Permalink
Update stack-graphs dependency to the nomic branch of our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez authored and OmarTawfik committed Dec 27, 2024
1 parent 909dc9e commit 2d43da0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -130,7 +130,7 @@ serde = { version = "1.0.216", features = ["derive", "rc"] }
serde_json = { version = "1.0.133", features = ["preserve_order"] }
similar-asserts = { version = "1.6.0" }
smallvec = { version = "1.7.0", features = ["union"] }
stack-graphs = { git = "https://github.com/NomicFoundation/stack-graphs", rev = "ff0bf655ca68f24ad06bff0c4860316af1fa556d" }
stack-graphs = { git = "https://github.com/NomicFoundation/stack-graphs", branch = "nomic" }
string-interner = { version = "0.17.0", features = [
"std",
"inline-more",
Expand Down

0 comments on commit 2d43da0

Please sign in to comment.