Skip to content

Commit

Permalink
Bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Aug 8, 2022
1 parent 8260360 commit 3b5adf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ics23"
version = "0.8.0-alpha"
version = "0.8.0"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
edition = "2021"
exclude = ["codegen"]
Expand All @@ -27,7 +27,7 @@ sha2 = { version = "0.10.2" }
sha3 = { version = "0.10.2" }
ripemd = { version = "0.1.1" }
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"
serde_json = { version = "1.0.64" }

[features]
default = ["std", "host-functions"]
Expand Down

0 comments on commit 3b5adf8

Please sign in to comment.