Skip to content

Commit

Permalink
release: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Jun 3, 2024
1 parent 3539591 commit 7657b34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
default-members = ["goup"]

[workspace.package]
version = "0.8.2"
version = "0.9.0"
authors = ["thinkgo <[email protected]>"]
edition = "2021"
rust-version = "1.74"
Expand Down
2 changes: 1 addition & 1 deletion goup-downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository.workspace =true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
goup-version = {path = "../goup-version", version = "0.8"}
goup-version = {path = "../goup-version", version = "0.9"}

anyhow.workspace = true
log.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions goup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ version_check = "0.9"
shadow-rs = "0.28"

[dependencies]
goup-version = {path = "../goup-version", version = "0.8"}
goup-downloader = {path = "../goup-downloader", version = "0.8"}
goup-version = {path = "../goup-version", version = "0.9"}
goup-downloader = {path = "../goup-downloader", version = "0.9"}

anyhow.workspace = true
log.workspace = true
Expand Down

0 comments on commit 7657b34

Please sign in to comment.