Skip to content

Commit

Permalink
update LICENSE
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <[email protected]>
  • Loading branch information
dhuseby committed May 7, 2024
1 parent 60383ec commit f042133
Show file tree
Hide file tree
Showing 3 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 = "multicid"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Dave Grantham <[email protected]>"]
description = "Multicodec compatible content identifier implementation"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024 Cryptid Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/vlad.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ mod tests {
assert_eq!(vlad, EncodedVlad::try_from(s.as_str()).unwrap());
let vlad = vlad.to_inner();
let v: Vec<u8> = vlad.clone().into();
//println!("signed len: {}", v.len());
println!("BLAH: {}", hex::encode(&v));
assert_eq!(vlad, Vlad::try_from(v.as_ref()).unwrap());
}

Expand Down

0 comments on commit f042133

Please sign in to comment.