Skip to content

Commit

Permalink
fix errors in varsig codecs
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <[email protected]>
  • Loading branch information
dhuseby committed May 11, 2024
1 parent ea37986 commit 5a55522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multicodec"
version = "1.0.4"
version = "1.0.5"
edition = "2021"
authors = ["Benjamin Kampmann <[email protected]>", "Dave Grantham <[email protected]>"]
description = "Implementation of the Multicodec specification"
Expand Down
4 changes: 2 additions & 2 deletions src/table_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ build_codec_enum! {
0xd01306 => (LamportMsig, "lamport-msig"),
0xd01307 => (LamportShareMsig, "lamport-share-msig"),
0xd01308 => (Es256Msig, "es256-msig"),
0xd01309 => (Es284Msig, "es284-msig"),
0xd0130a => (Es512Msig, "es512-msig"),
0xd01309 => (Es384Msig, "es384-msig"),
0xd0130a => (Es521Msig, "es521-msig"),
0xd0130b => (Rs256Msig, "rs256-msig"),
0xd02000 => (Scion, "scion"),
}

0 comments on commit 5a55522

Please sign in to comment.