Skip to content

Commit

Permalink
Remove debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
beta-ziliani committed Dec 19, 2024
1 parent c6ee7d4 commit 0a578b3
Showing 1 changed file with 1 addition and 1 deletion.
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 = { version = "0.13.0", features = ["copious-debugging",] }
stack-graphs = { version = "0.13.0" }
string-interner = { version = "0.17.0", features = [
"std",
"inline-more",
Expand Down

0 comments on commit 0a578b3

Please sign in to comment.