Skip to content

Commit e8512ab

Browse files
committed
Release v0.2.0
Resolves: #22 Signed-off-by: Nathaniel McCallum <[email protected]>
1 parent 1c365d8 commit e8512ab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ciborium-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ciborium-io"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Nathaniel McCallum <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

ciborium-ll/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ciborium-ll"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Nathaniel McCallum <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"
@@ -20,7 +20,7 @@ is-it-maintained-issue-resolution = { repository = "enarx/ciborium" }
2020
is-it-maintained-open-issues = { repository = "enarx/ciborium" }
2121

2222
[dependencies]
23-
ciborium-io = { path = "../ciborium-io" }
23+
ciborium-io = { path = "../ciborium-io", version = "0.2.0" }
2424
half = "1.6"
2525

2626
[dev-dependencies]

ciborium/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ciborium"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Nathaniel McCallum <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"
@@ -20,8 +20,8 @@ is-it-maintained-issue-resolution = { repository = "enarx/ciborium" }
2020
is-it-maintained-open-issues = { repository = "enarx/ciborium" }
2121

2222
[dependencies]
23-
ciborium-ll = { path = "../ciborium-ll" }
24-
ciborium-io = { path = "../ciborium-io", features = ["alloc"] }
23+
ciborium-ll = { path = "../ciborium-ll", version = "0.2.0" }
24+
ciborium-io = { path = "../ciborium-io", version = "0.2.0", features = ["alloc"] }
2525
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)