Skip to content

Commit

Permalink
Version 0.5.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Jan 17, 2023
1 parent b105357 commit 34af457
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssz_types"
version = "1.0.0-beta.0"
version = "0.5.0"
edition = "2021"
description = "List, vector and bitfield types for SSZ"
license = "Apache-2.0"
Expand All @@ -11,9 +11,9 @@ keywords = ["ethereum"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
tree_hash = "1.0.0-beta.0"
ethereum_ssz = "1.0.0-beta.0"
ethereum_serde_utils = "1.0.0-beta.0"
tree_hash = "0.5.0"
ethereum_ssz = "0.5.0"
ethereum_serde_utils = "0.5.0"
serde = "1.0.0"
serde_derive = "1.0.0"
typenum = "1.12.0"
Expand All @@ -23,4 +23,4 @@ arbitrary = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
serde_json = "1.0.0"
tree_hash_derive = "1.0.0-beta.0"
tree_hash_derive = "0.5.0"

0 comments on commit 34af457

Please sign in to comment.