Skip to content

Commit

Permalink
Fix "cargo-hakari"
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh authored and github-actions[bot] committed Sep 15, 2023
1 parent 2ea909f commit facf366
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 src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ aws-credential-types = { version = "0.55", default-features = false, features =
aws-sdk-s3 = { version = "0.28", features = ["native-tls"] }
aws-smithy-client = { version = "0.55", default-features = false, features = ["native-tls", "rustls"] }
base64 = { version = "0.21", features = ["alloc"] }
bit-vec = { version = "0.6" }
bitflags = { version = "2", default-features = false, features = ["std"] }
byteorder = { version = "1", features = ["i128"] }
bytes = { version = "1", features = ["serde"] }
Expand Down Expand Up @@ -121,6 +122,7 @@ aws-credential-types = { version = "0.55", default-features = false, features =
aws-sdk-s3 = { version = "0.28", features = ["native-tls"] }
aws-smithy-client = { version = "0.55", default-features = false, features = ["native-tls", "rustls"] }
base64 = { version = "0.21", features = ["alloc"] }
bit-vec = { version = "0.6" }
bitflags = { version = "2", default-features = false, features = ["std"] }
byteorder = { version = "1", features = ["i128"] }
bytes = { version = "1", features = ["serde"] }
Expand Down

0 comments on commit facf366

Please sign in to comment.