Skip to content

Commit 47ec209

Browse files
committed
Update to fix old nnsdk-rs version
1 parent 1f0491e commit 47ec209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ wasm-bindgen-test = { version = "0.3.18", default-features = false }
326326
libc = { version = "0.2.80", default-features = false }
327327

328328
[target.'cfg(target_os = "switch")'.dependencies]
329-
nnsdk = "0.2"
329+
nnsdk = "0.4"
330330

331331
# Keep this in sync with `[dependencies]` in pregenerate_asm/Cargo.toml.
332332
[build-dependencies]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
)]
7070
// `#[derive(...)]` uses `trivial_numeric_casts` and `unused_qualifications`
7171
// internally.
72-
#![deny(missing_docs, unused_qualifications, variant_size_differences)]
72+
#![deny(missing_docs, variant_size_differences)]
7373
#![forbid(unused_results)]
7474
#![no_std]
7575

0 commit comments

Comments
 (0)