Skip to content

Commit

Permalink
hakari
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Nov 10, 2023
1 parent b9d6f82 commit 30d21e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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.

2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ petgraph = { version = "0.6.4", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.0.4" }
proc-macro2 = { version = "1.0.67" }
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
rand_chacha = { version = "0.3.1" }
regex = { version = "1.10.2" }
Expand Down Expand Up @@ -166,6 +167,7 @@ petgraph = { version = "0.6.4", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.0.4" }
proc-macro2 = { version = "1.0.67" }
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
rand_chacha = { version = "0.3.1" }
regex = { version = "1.10.2" }
Expand Down

0 comments on commit 30d21e5

Please sign in to comment.