Skip to content

Commit 41e5206

Browse files
Bump shim-3ds to test changes from there
1 parent 206d8a2 commit 41e5206

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ctru-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "ctru"
2020
cfg-if = "1.0"
2121
ctru-sys = { path = "../ctru-sys", version = "0.5.0" }
2222
const-zero = "0.1.0"
23-
shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git" }
23+
shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git", rev = "fee3e10435cf3b2d3228a19d2d85b08bbeea817d" }
2424
pthread-3ds = { git = "https://github.com/rust3ds/pthread-3ds.git" }
2525
libc = "0.2.121"
2626
bitflags = "2.3.3"

ctru-sys/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ itertools = "0.11.0"
2323
which = "4.4.0"
2424

2525
[dev-dependencies]
26-
shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git" }
26+
# TODO: remove rev once merged into mainline
27+
shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git", rev = "fee3e10435cf3b2d3228a19d2d85b08bbeea817d" }
2728
test-runner = { git = "https://github.com/rust3ds/test-runner.git" }
2829

2930
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)