Skip to content

Commit

Permalink
Cut 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antangelo committed Jan 24, 2024
1 parent 6f9f581 commit d7183e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolver = "2"

[workspace.package]
license = "MIT"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/antangelo/xdvdfs"
homepage = "https://github.com/antangelo/xdvdfs"
Expand Down
2 changes: 1 addition & 1 deletion xdvdfs-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage.workspace = true
exclude = ["**/*.iso", "**/*.xiso"]

[dependencies]
xdvdfs = { path = "../xdvdfs-core", version = "0.6.0" }
xdvdfs = { path = "../xdvdfs-core", version = "0.7.0" }
clap = { version = "4.2.1", features = ["derive"] }
md-5 = { version = "0.10.5", default-features = false }
futures = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion xdvdfs-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tauri-build = { version = "1.5.0", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.3", features = [ "api-all"] }
xdvdfs = { path = "../xdvdfs-core", version = "0.6.0" }
xdvdfs = { path = "../xdvdfs-core", version = "0.7.0" }
ciso = { version = "0.2.0", default-features = false }
maybe-async = "0.2.7"
async-trait = "0.1.75"
Expand Down
2 changes: 1 addition & 1 deletion xdvdfs-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ wasm-bindgen = "0.2.84"
wasm-bindgen-futures = "0.4.34"
wasm-logger = "0.2.0"
web-sys = { version = "0.3.61", features = ["WritableStream", "MediaQueryList", "Window"] }
xdvdfs = { path = "../xdvdfs-core", version = "0.6.0" }
xdvdfs = { path = "../xdvdfs-core", version = "0.7.0" }
yew = { version = "0.20.0", features = ["csr"] }
yewprint = "0.4.4"

0 comments on commit d7183e9

Please sign in to comment.