Skip to content

Commit 4866f0e

Browse files
committed
Bump
1 parent 6249469 commit 4866f0e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rs/eros-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "eros-macros"
33
description = "Macro for the eros crate"
4-
version = "0.6.0"
4+
version = "0.7.0-rc.0"
55
edition = "2024"
66
license = "Apache-2.0"
77
repository = "https://github.com/mcmah309/eros"

rs/eros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eros"
3-
version = "0.6.0"
3+
version = "0.7.0-rc.0"
44
edition = "2024"
55
description = "Error handling that is precise, no boilerplate, ergonomic, context aware, and performant."
66
license = "Apache-2.0"
@@ -13,7 +13,7 @@ readme = "README.md"
1313
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test_in_ci)'] }
1414

1515
[dependencies]
16-
eros-macros = { version = "0.6.0", path = "../eros-macros" }
16+
eros-macros = { version = "0.7.0-rc.0", path = "../eros-macros" }
1717
# Adds `ErrorUnion::anyhow` for converting `anyhow::Error`s into a `ErrorUnion`
1818
anyhow = { version = "1", optional = true }
1919
color-backtrace = { version = "0.7", default-features = false, features = [

0 commit comments

Comments
 (0)