Skip to content

Commit

Permalink
Update tao to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Wei Wu committed Aug 2, 2022
1 parent bba7830 commit f905db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
target = "aarch64-linux-android"
#[build]
#target = "aarch64-linux-android"
[target.x86_64-apple-darwin]
rustflags = ["-C", "link-arg=-mmacosx-version-min=10.12"]
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.2"
#tao = { version = "0.8.4", default-features = false, features = [ "serde" ] }
tao = { git = "https://github.com/tauri-apps/tao", branch = "ndk"}
tao = { version = "0.13", default-features = false, features = [ "serde" ] }
http = "0.2.8"

[dev-dependencies]
Expand Down

0 comments on commit f905db2

Please sign in to comment.