Skip to content

Commit f042133

Browse files
committed
update LICENSE
Signed-off-by: Dave Huseby <[email protected]>
1 parent 60383ec commit f042133

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multicid"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
authors = ["Dave Grantham <[email protected]>"]
66
description = "Multicodec compatible content identifier implementation"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2024 Cryptid Technologies, Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

src/vlad.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ mod tests {
326326
assert_eq!(vlad, EncodedVlad::try_from(s.as_str()).unwrap());
327327
let vlad = vlad.to_inner();
328328
let v: Vec<u8> = vlad.clone().into();
329-
//println!("signed len: {}", v.len());
329+
println!("BLAH: {}", hex::encode(&v));
330330
assert_eq!(vlad, Vlad::try_from(v.as_ref()).unwrap());
331331
}
332332

0 commit comments

Comments
 (0)