Skip to content

Commit

Permalink
chore(deps): Bump proguard version to 5.0.1 (#777)
Browse files Browse the repository at this point in the history
5.0.1 contains some performance optimizations.
  • Loading branch information
Zylphrex committed Mar 28, 2023
1 parent f503de4 commit 428f05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-cabi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish = false
crate-type = ["cdylib"]

[dependencies]
proguard = { version = "5.0.0", features = ["uuid"] }
proguard = { version = "5.0.1", features = ["uuid"] }
sourcemap = "6.2.3"
symbolic = { version = "12.1.1", path = "../symbolic", features = ["cfi", "debuginfo", "sourcemapcache", "symcache"] }
tempfile = "3.4.0"

0 comments on commit 428f05f

Please sign in to comment.