Skip to content

Commit

Permalink
Bump version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Apr 30, 2022
1 parent c6d1d57 commit 3031f3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oboe"
version = "0.4.5"
version = "0.4.6"
description = "Safe interface for oboe an android library for low latency audio IO"
categories = ["api-bindings", "multimedia::audio"]
keywords = ["oboe", "android", "audio", "aaudio", "opensles"]
Expand Down
4 changes: 2 additions & 2 deletions demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies.oboe]
path = ".."
version = "0.4.5"
version = "0.4.6"
#features = ["generate-bindings"]
features = ["java-interface"]
#features = ["generate-bindings", "java-interface"]
Expand All @@ -26,7 +26,7 @@ version = "0.6.0"
features = ["logger"]

[dependencies.android_logger]
version = "0.8"
version = "0.10"

[dependencies.log]
version = "0.4"
Expand Down

0 comments on commit 3031f3c

Please sign in to comment.