Skip to content

Commit

Permalink
ci: try to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
markhaehnel committed Dec 28, 2023
1 parent 1b221b8 commit b793326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/markhaehnel/cipolla-rs.git"

[dependencies]
anyhow = { version = "1.0.75" }
arti-client = { version = "0.12.0", features = ["geoip"] }
arti-client = { version = "0.12.0", features = ["geoip", "static-sqlite"] }
axum = { version = "0.6.20" }
clap = { version = "4.4.11", features = ["cargo", "derive"] }
hyper = { version = "0.14.27" }
Expand Down Expand Up @@ -42,4 +42,4 @@ targets = [
# CI backends to support
ci = ["github"]
# Publish jobs to run in CI
pr-run-mode = "plan"
pr-run-mode = "upload"

0 comments on commit b793326

Please sign in to comment.