Skip to content

Commit

Permalink
cargo-apk: Bump env_logger to 0.10
Browse files Browse the repository at this point in the history
Also to "touch" a `Cargo.toml` to get the CI to run the publish script,
now that the branch trigger has been updated from `master` to `main`.
  • Loading branch information
MarijnS95 committed Dec 12, 2022
1 parent 1babfa5 commit 0f47f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-apk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.57"
cargo-subcommand = "0.11"
clap = { version = "4", features = ["derive"] }
dunce = "1"
env_logger = "0.9"
env_logger = "0.10"
log = "0.4"
ndk-build = { path = "../ndk-build", version = "0.9.0" }
serde = "1"
Expand Down

0 comments on commit 0f47f04

Please sign in to comment.