Skip to content

Commit d06b6eb

Browse files
billatarmtgonzalezorlandoarm
authored andcommitted
mbedtls: update to version 3.5.1
Signed-off-by: Bill Roberts <[email protected]>
1 parent b2072fb commit d06b6eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

psa-crypto-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ mod operations {
397397
let (from, _) = &lib;
398398
args.push(from.as_os_str());
399399
}
400-
println!("BILL: args: {:?}", args);
400+
401401
let output = std::process::Command::new("nm")
402402
.args(args)
403403
.output()

psa-crypto-sys/vendor

0 commit comments

Comments
 (0)