Skip to content

Commit

Permalink
bump to 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <[email protected]>
  • Loading branch information
dhuseby committed Apr 15, 2024
1 parent 7c48c23 commit fc38158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multicodec"
version = "0.3.20"
version = "1.0.0"
edition = "2021"
authors = ["Benjamin Kampmann <[email protected]>", "Dave Grantham <[email protected]>"]
description = "Implementation of the Multicodec specification"
Expand All @@ -13,7 +13,7 @@ keywords = ["multiformats", "multicodec", "serde"]
default = ["serde"]

[dependencies]
multitrait = { version = "0.1", git="https://github.com/cryptidtech/multitrait.git" }
multitrait = { version = "1.0", git="https://github.com/cryptidtech/multitrait.git" }
serde = { version = "1.0", default-features = false, optional = true, features = ['serde_derive'] }
thiserror = "1.0"

Expand Down

0 comments on commit fc38158

Please sign in to comment.