Skip to content

Commit

Permalink
Update Cargo Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Dec 12, 2021
1 parent 4d10a19 commit 33f24b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Release 0.1.3

### Other Changes

- Update Dependencies in Cargo.toml

## Release 0.1.2

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bounce-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bounce-macros"
version = "0.1.0"
version = "0.1.3"
edition = "2021"
repository = "https://github.com/futursolo/bounce"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions packages/bounce/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bounce"
version = "0.1.0"
version = "0.1.3"
edition = "2021"
repository = "https://github.com/futursolo/bounce"
authors = [
Expand All @@ -19,7 +19,7 @@ once_cell = "1.8.0"
wasm-bindgen = "0.2.78"
wasm-bindgen-futures = "0.4.28"
yew = "0.19.3"
bounce-macros = { path = "../bounce-macros" }
bounce-macros = { path = "../bounce-macros", version = "0.1.3" }

[dev-dependencies.web-sys]
version = "0.3.54"
Expand Down

0 comments on commit 33f24b9

Please sign in to comment.