Skip to content

Commit

Permalink
ci: update features
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Jul 25, 2024
1 parent d0677c7 commit 26d8712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandpolis-bootagent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
uefi = { version = "0.29.0", features = ["panic_handler"] }
smoltcp = { version = "0.11.0", default-features = false, features = ["log", "alloc"] }
smoltcp = { version = "0.11.0", default-features = false, features = ["log", "alloc", "proto-ipv4"] }
# ring = "0.17.8"
2 changes: 1 addition & 1 deletion sandpolis-client-mobile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
[dependencies]
anyhow = "1.0.56"
log = "0.4.11"
sandpolis = { path = "../sandpolis", default-features = false, features = ["client"]}
sandpolis = { path = "../sandpolis", default-features = false, features = ["client", "layer-desktop"]}

[package.metadata.android]
package = "org.fossable.sandpolis"
Expand Down

0 comments on commit 26d8712

Please sign in to comment.