Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jac3km4 committed Jun 16, 2021
1 parent f9f6686 commit 72425e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ redscript = { path = "../core" }
peg = "0.7"
im = "15"
panoradix = "0.6"
strum = { version = "0.20", features = ["derive"] }
strum = { version = "0.21", features = ["derive"] }
walkdir = "2"
log = "0.4"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ crate-type = ["cdylib", "rlib"]
byteorder = "1.4"
modular-bitfield = "0.11"
crc32fast = "1.2"
strum = { version = "0.20", features = ["derive"] }
strum = { version = "0.21", features = ["derive"] }

0 comments on commit 72425e1

Please sign in to comment.