Skip to content

Commit 593d46c

Browse files
committed
Release 0.1.0-rc.1
1 parent de10ab4 commit 593d46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rancor"
33
description = "Scalable and efficient error handling without type composition"
4-
version = "0.1.0-alpha.10"
4+
version = "0.1.0-rc.1"
55
authors = ["David Koloski <[email protected]>"]
66
edition = "2021"
77
license = "MIT"
@@ -12,7 +12,7 @@ categories = ["rust-patterns", "no-std"]
1212
documentation = "https://docs.rs/rancor"
1313

1414
[dependencies]
15-
ptr_meta = { version = "=0.3.0-alpha.3", default-features = false, features = ["derive"] }
15+
ptr_meta = { version = "=0.3.0-rc.1", default-features = false, features = ["derive"] }
1616

1717
[features]
1818
default = ["std"]

0 commit comments

Comments
 (0)