mirror of https://github.com/encounter/nod-rs.git
Remove rust-version from Cargo.toml (not useful yet)
This commit is contained in:
parent
6b8d41b130
commit
3e78aad790
|
@ -12,7 +12,6 @@ Rust library and CLI tool for reading GameCube and Wii disc images.
|
||||||
"""
|
"""
|
||||||
keywords = ["gamecube", "wii", "iso", "nfs", "gcm"]
|
keywords = ["gamecube", "wii", "iso", "nfs", "gcm"]
|
||||||
categories = ["command-line-utilities", "parser-implementations"]
|
categories = ["command-line-utilities", "parser-implementations"]
|
||||||
rust-version = "1.51"
|
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "nodtool"
|
name = "nodtool"
|
||||||
|
|
Loading…
Reference in New Issue