Skip to content

Commit

Permalink
Cargo: Sync blsforme for kernel cmdline support
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Dec 14, 2024
1 parent 712ffc2 commit c960a6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
38 changes: 10 additions & 28 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.78"

[workspace.dependencies]
blsforme = { git = "https://github.com/serpent-os/blsforme.git", rev = "3c1ca74c220b2297338a2c4be8da55dcf3f438e8" }
blsforme = { git = "https://github.com/serpent-os/blsforme.git", rev = "5076b78850231a21431727fefedd16aaa9d87ee9" }
bytes = "1.6.0"
chrono = "0.4.38"
clap = { version = "4.5.8", features = ["derive", "string"] }
Expand Down

0 comments on commit c960a6c

Please sign in to comment.