Skip to content

Commit

Permalink
rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed May 22, 2024
1 parent c48423e commit 9866a33
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 46 deletions.
12 changes: 6 additions & 6 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 crux_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to

## [Unreleased]

## [0.8.0-rc.2](https://github.com/redbadger/crux/compare/crux_core-v0.7.6...crux_core-v0.8.0-rc.2) - 2024-05-21
## [0.8.0-rc.3](https://github.com/redbadger/crux/compare/crux_core-v0.7.6...crux_core-v0.8.0-rc.3) - 2024-05-21

Release candidate for 0.8.0

Expand Down
4 changes: 2 additions & 2 deletions crux_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_core"
description = "Cross-platform app development in Rust"
version = "0.8.0-rc.2"
version = "0.8.0-rc.3"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -20,7 +20,7 @@ all-features = true
anyhow.workspace = true
bincode = "1.3.3"
crossbeam-channel = "0.5.13"
crux_macros = { version = "0.3.10-rc.2", path = "../crux_macros" }
crux_macros = { version = "0.3.10-rc.3", path = "../crux_macros" }
erased-serde = "0.4"
futures = "0.3.30"
serde = { workspace = true, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crux_http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ and this project adheres to

## [Unreleased]

## [0.9.2-rc.2](https://github.com/redbadger/crux/compare/crux_http-v0.9.1...crux_http-v0.9.2-rc.2) - 2024-05-21
## [0.9.2-rc.3](https://github.com/redbadger/crux/compare/crux_http-v0.9.1...crux_http-v0.9.2-rc.3) - 2024-05-21

### Other

- Release crux_core v0.8.0-rc.2
- Release crux_core v0.8.0-rc.3

## [0.9.1](https://github.com/redbadger/crux/compare/crux_http-v0.9.0...crux_http-v0.9.1) - 2024-05-14

Expand Down
4 changes: 2 additions & 2 deletions crux_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_http"
description = "HTTP capability for use with crux_core"
version = "0.9.2-rc.2"
version = "0.9.2-rc.3"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -13,7 +13,7 @@ rust-version.workspace = true
[dependencies]
anyhow.workspace = true
async-trait = "0.1.80"
crux_core = { version = "0.8.0-rc.2", path = "../crux_core" }
crux_core = { version = "0.8.0-rc.3", path = "../crux_core" }
derive_builder = "0.20.0"
futures-util = "0.3"
http-types = { package = "http-types-red-badger-temporary-fork", version = "2.12.0", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions crux_kv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ and this project adheres to

## [Unreleased]

## [0.4.1-rc.2](https://github.com/redbadger/crux/compare/crux_kv-v0.4.0...crux_kv-v0.4.1-rc.2) - 2024-05-21
## [0.4.1-rc.3](https://github.com/redbadger/crux/compare/crux_kv-v0.4.0...crux_kv-v0.4.1-rc.3) - 2024-05-21

### Other

- Release crux_core v0.8.0-rc.2
- Release crux_core v0.8.0-rc.3
- registry now slab allocated with u32

## [0.4.0](https://github.com/redbadger/crux/compare/crux_kv-v0.3.0...crux_kv-v0.4.0) - 2024-05-17
Expand Down
4 changes: 2 additions & 2 deletions crux_kv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_kv"
description = "Key-Value capability for use with crux_core"
version = "0.4.1-rc.2"
version = "0.4.1-rc.3"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -12,6 +12,6 @@ rust-version.workspace = true

[dependencies]
anyhow.workspace = true
crux_core = { version = "0.8.0-rc.2", path = "../crux_core" }
crux_core = { version = "0.8.0-rc.3", path = "../crux_core" }
serde = { workspace = true, features = ["derive"] }
thiserror = "1.0.61"
2 changes: 1 addition & 1 deletion crux_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to

## [Unreleased]

## [0.3.10-rc.2](https://github.com/redbadger/crux/compare/crux_macros-v0.3.9...crux_macros-v0.3.10-rc.2) - 2024-05-21
## [0.3.10-rc.3](https://github.com/redbadger/crux/compare/crux_macros-v0.3.9...crux_macros-v0.3.10-rc.3) - 2024-05-21

### Other

Expand Down
2 changes: 1 addition & 1 deletion crux_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_macros"
description = "Macros for use with crux_core"
version = "0.3.10-rc.2"
version = "0.3.10-rc.3"
authors.workspace = true
repository.workspace = true
edition.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crux_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.12-rc.2](https://github.com/redbadger/crux/compare/crux_platform-v0.1.11...crux_platform-v0.1.12-rc.2) - 2024-05-21
## [0.1.12-rc.3](https://github.com/redbadger/crux/compare/crux_platform-v0.1.11...crux_platform-v0.1.12-rc.3) - 2024-05-21

### Other

- Release crux_core v0.8.0-rc.2
- Release crux_core v0.8.0-rc.3

## [0.1.11](https://github.com/redbadger/crux/compare/crux_platform-v0.1.10...crux_platform-v0.1.11) - 2024-05-15

Expand Down
4 changes: 2 additions & 2 deletions crux_platform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_platform"
description = "Platform capability for use with crux_core"
version = "0.1.12-rc.2"
version = "0.1.12-rc.3"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -11,5 +11,5 @@ keywords.workspace = true
rust-version.workspace = true

[dependencies]
crux_core = { version = "0.8.0-rc.2", path = "../crux_core" }
crux_core = { version = "0.8.0-rc.3", path = "../crux_core" }
serde = { workspace = true, features = ["derive"] }
4 changes: 2 additions & 2 deletions crux_time/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ and this project adheres to

## [Unreleased]

## [0.4.3-rc.2](https://github.com/redbadger/crux/compare/crux_time-v0.4.2...crux_time-v0.4.3-rc.2) - 2024-05-21
## [0.4.3-rc.3](https://github.com/redbadger/crux/compare/crux_time-v0.4.2...crux_time-v0.4.3-rc.3) - 2024-05-21

### Other

- Release crux_core v0.8.0-rc.2
- Release crux_core v0.8.0-rc.3

## [0.4.2](https://github.com/redbadger/crux/compare/crux_time-v0.4.1...crux_time-v0.4.2) - 2024-05-15

Expand Down
4 changes: 2 additions & 2 deletions crux_time/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_time"
description = "Time capability for use with crux_core"
version = "0.4.3-rc.2"
version = "0.4.3-rc.3"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -11,7 +11,7 @@ keywords.workspace = true
rust-version.workspace = true

[dependencies]
crux_core = { version = "0.8.0-rc.2", path = "../crux_core" }
crux_core = { version = "0.8.0-rc.3", path = "../crux_core" }
serde = { workspace = true, features = ["derive"] }
chrono = { version = "0.4.38", features = ["serde"], optional = true }
thiserror = "1.0.61"
Expand Down
4 changes: 2 additions & 2 deletions examples/bridge_echo/Cargo.lock

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

12 changes: 6 additions & 6 deletions examples/cat_facts/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 examples/counter/Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/hello_world/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 examples/notes/Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/simple_counter/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 templates/simple_counter/shared_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ rust-version.workspace = true

[build-dependencies]
anyhow.workspace = true
crux_core = { version = "0.8.0-rc.2", features = ["typegen"] }
crux_core = { version = "0.8.0-rc.3", features = ["typegen"] }
shared = { path = "../shared", features = ["typegen"] }

0 comments on commit 9866a33

Please sign in to comment.