1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 08:54:15 +00:00

Allow usage of any nightly build

This commit is contained in:
jam1garner 2020-04-10 21:07:13 -04:00
parent 3cdb82acfd
commit 271142d766
2 changed files with 1 additions and 88 deletions

87
Cargo.lock generated
View file

@ -1,87 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "nnsdk"
version = "0.1.0"
dependencies = [
"skyline_libc",
]
[[package]]
name = "no_std_test"
version = "0.1.0"
dependencies = [
"skyline",
"skyline_smash",
]
[[package]]
name = "proc-macro2"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
dependencies = [
"proc-macro2",
]
[[package]]
name = "skyline"
version = "0.0.1"
dependencies = [
"nnsdk",
"skyline_libc",
"skyline_macro",
]
[[package]]
name = "skyline_libc"
version = "0.1.0"
[[package]]
name = "skyline_macro"
version = "0.1.0"
dependencies = [
"lazy_static",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "skyline_smash"
version = "0.1.0"
dependencies = [
"skyline_libc",
]
[[package]]
name = "syn"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"

View file

@ -1 +1 @@
nightly-2019-04-15 nightly