Skip to content

Commit

Permalink
fix(cli): add missing feature in update-informer config (#143)
Browse files Browse the repository at this point in the history
Include 'ureq' feature in update-informer to ensure proper
functionality within the CLI.
  • Loading branch information
steebchen authored Dec 1, 2024
1 parent f322da2 commit fa86489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ slot.workspace = true
starknet.workspace = true
toml = "0.8"
url.workspace = true
update-informer = { version = "1.1", default-features = false, features = ["github"] }
update-informer = { version = "1.1", default-features = false, features = ["ureq", "github"] }

[[bin]]
name = "slot"
Expand Down

0 comments on commit fa86489

Please sign in to comment.