Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jac3km4 committed May 27, 2024
1 parent 0f21692 commit b588e11
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 47 deletions.
99 changes: 54 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[workspace]
members = ["core", "compiler", "decompiler", "cli", "scc/cli", "scc/lib", "scc/lib-tests"]
members = [
"core",
"compiler",
"decompiler",
"cli",
"scc/cli",
"scc/lib",
"scc/lib-tests",
]
resolver = "2"

[workspace.package]
Expand All @@ -12,7 +20,7 @@ log = "0.4"
thiserror = "1"
anyhow = "1"
hashbrown = "0.14"
itertools = "0.12"
itertools = "0.13"
strum = { version = "0.26", features = ["derive"] }
enum-as-inner = "0.6"
byteorder = "1.4"
Expand Down

0 comments on commit b588e11

Please sign in to comment.