Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx committed Feb 19, 2025
1 parent 3ae5505 commit d77d251
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ linked-hash-map = "0.5.6"
num-bigint = "0.4.3"
num-traits = "0.2.18"
octocrab = "0.42.1"
once_cell = "1.20"
oneshot = "0.1.6"
port-selector = "0.1.6"
prettyplease = "0.2.16"
Expand Down
5 changes: 3 additions & 2 deletions examples/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 linera-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ getrandom = { workspace = true, optional = true }
hex.workspace = true
is-terminal.workspace = true
linera-witty = { workspace = true, features = ["macros"] }
once_cell.workspace = true
prometheus = { workspace = true, optional = true }
proptest = { workspace = true, optional = true, features = ["alloc"] }
once_cell = "1.20"
rand.workspace = true
secp256k1.workspace = true
serde.workspace = true
Expand Down

0 comments on commit d77d251

Please sign in to comment.