Skip to content

Commit

Permalink
hakari update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed May 25, 2024
1 parent fda50ba commit 5a3e763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ bytemuck = { version = "1", default-features = false, features = ["derive", "ext
clap = { version = "4", features = ["derive"] }
clap_builder = { version = "4", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
crossbeam-utils = { version = "0.8" }
getrandom = { version = "0.2", default-features = false, features = ["std"] }
once_cell = { version = "1" }
regex = { version = "1", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal"] }
serde = { version = "1", features = ["alloc", "derive"] }
serde = { version = "1", features = ["alloc", "derive", "rc"] }

[build-dependencies]
getrandom = { version = "0.2", default-features = false, features = ["std"] }
once_cell = { version = "1" }
proc-macro2 = { version = "1" }
quote = { version = "1" }
Expand Down

0 comments on commit 5a3e763

Please sign in to comment.