File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name = "ctru"
20
20
cfg-if = " 1.0"
21
21
ctru-sys = { path = " ../ctru-sys" , version = " 0.5.0" }
22
22
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 " }
24
24
pthread-3ds = { git = " https://github.com/rust3ds/pthread-3ds.git" }
25
25
libc = " 0.2.121"
26
26
bitflags = " 2.3.3"
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ itertools = "0.11.0"
23
23
which = " 4.4.0"
24
24
25
25
[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" }
27
28
test-runner = { git = " https://github.com/rust3ds/test-runner.git" }
28
29
29
30
[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments