File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " multicid"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44edition = " 2021"
55authors = [
" Dave Grantham <[email protected] >" ]
66description = " Multicodec compatible content identifier implementation"
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments