Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Jan 24, 2024
1 parent 2ac91ce commit fdf3ec5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ciborium-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ciborium-io"
version = "0.2.1"
version = "0.2.2"
authors = ["Nathaniel McCallum <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions ciborium-ll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ciborium-ll"
version = "0.2.1"
version = "0.2.2"
authors = ["Nathaniel McCallum <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,7 +21,7 @@ is-it-maintained-issue-resolution = { repository = "enarx/ciborium" }
is-it-maintained-open-issues = { repository = "enarx/ciborium" }

[dependencies]
ciborium-io = { path = "../ciborium-io", version = "0.2.1" }
ciborium-io = { path = "../ciborium-io", version = "0.2.2" }
half = { version = "2.2", default-features = false}

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions ciborium/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ciborium"
version = "0.2.1"
version = "0.2.2"
authors = ["Nathaniel McCallum <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ is-it-maintained-issue-resolution = { repository = "enarx/ciborium" }
is-it-maintained-open-issues = { repository = "enarx/ciborium" }

[dependencies]
ciborium-ll = { path = "../ciborium-ll", version = "0.2.1" }
ciborium-io = { path = "../ciborium-io", version = "0.2.1", features = ["alloc"] }
ciborium-ll = { path = "../ciborium-ll", version = "0.2.2" }
ciborium-io = { path = "../ciborium-io", version = "0.2.2", features = ["alloc"] }
serde = { version = "1.0.100", default-features = false, features = ["alloc", "derive"] }

[dev-dependencies]
Expand Down

0 comments on commit fdf3ec5

Please sign in to comment.