Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
aper@0.3.0
aper_derive@0.3.0

Generated by cargo-workspaces
  • Loading branch information
paulgb committed May 5, 2024
1 parent 1f33689 commit 7127844
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 aper-stateroom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
stateroom = { version="0.4.0", features=["serde"] }
aper = { version="0.2.1", path = "../aper" }
aper = { version="0.3.0", path = "../aper" }
serde = "1.0.143"
serde_json = "1.0.75"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion aper-websocket-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
anyhow = "1.0.62"
aper = { version="0.2.1", path = "../aper" }
aper = { version="0.3.0", path = "../aper" }
aper-stateroom = { version="0.2.1", path="../aper-stateroom" }
bincode = "1.3.3"
chrono = { version = "0.4.22", features = ["serde", "wasmbind"] }
Expand Down
2 changes: 1 addition & 1 deletion aper-yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/drifting-in-space/aper"
publish = false

[dependencies]
aper = { version="0.2.2", path = "../aper" }
aper = { version="0.3.0", path = "../aper" }
aper-stateroom = { version="0.2.2", path="../aper-stateroom" }
aper-websocket-client = { path="../aper-websocket-client" }
bincode = "1.3.3"
Expand Down
4 changes: 2 additions & 2 deletions aper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aper"
version = "0.2.2"
version = "0.3.0"
authors = ["Paul Butler <paulgb@gmail.com>"]
edition = "2018"
homepage = "https://aper.dev"
Expand All @@ -14,7 +14,7 @@ categories = ["data-structures", "web-programming::websocket", "wasm"]
[dependencies]
serde = { version = "1.0.143", features = ["derive"] }
uuid = { version = "1.1.2", features = ["serde", "v4", "js"] }
aper_derive = { version="0.2.1", path="./aper_derive" }
aper_derive = { version="0.3.0", path="./aper_derive" }
fractional_index = "2.0.1"
im-rc = { version = "15.1.0", features = ["serde"] }

Expand Down
2 changes: 1 addition & 1 deletion aper/aper_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aper_derive"
version = "0.2.2"
version = "0.3.0"
authors = ["Paul Butler <paulgb@gmail.com>"]
edition = "2018"
homepage = "https://aper.dev"
Expand Down

0 comments on commit 7127844

Please sign in to comment.