Skip to content

Commit

Permalink
Next version will be 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kim committed Jun 29, 2024
1 parent bb6747e commit 2671ddb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.2.4"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://hiking90.github.io/rsbinder-book/"
Expand All @@ -19,13 +19,13 @@ rust-version = "1.71"

[workspace.dependencies]
lazy_static = "1.4"
rsbinder = { version = "0.2.4", path = "rsbinder", default-features = false }
rsbinder = { version = "0.3.0", path = "rsbinder" }
log = "0.4"
env_logger = "0.11"
anstyle = "1.0"
tokio = { version = "1.37", default-features = false }
async-trait = "0.1"
rsbinder-aidl = { version = "0.2.4", path = "rsbinder-aidl", default-features = false }
rsbinder-aidl = { version = "0.3.0", path = "rsbinder-aidl" }
pest = "2.7"
pest_derive = "2.7"
convert_case = "0.6"
Expand Down

0 comments on commit 2671ddb

Please sign in to comment.