mirror of
https://github.com/encounter/nod-rs.git
synced 2025-12-10 14:07:54 +00:00
Version v2.0.0-alpha.4
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -558,7 +558,7 @@ checksum = "cf5a574dadd7941adeaa71823ecba5e28331b8313fb2e1c6a5c7e5981ea53ad6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nod"
|
name = "nod"
|
||||||
version = "2.0.0-alpha.3"
|
version = "2.0.0-alpha.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"adler2",
|
"adler2",
|
||||||
"aes",
|
"aes",
|
||||||
@@ -593,7 +593,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nodtool"
|
name = "nodtool"
|
||||||
version = "2.0.0-alpha.3"
|
version = "2.0.0-alpha.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argp",
|
"argp",
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ strip = "debuginfo"
|
|||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "2.0.0-alpha.3"
|
version = "2.0.0-alpha.4"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.85"
|
rust-version = "1.85"
|
||||||
authors = ["Luke Street <luke@street.dev>"]
|
authors = ["Luke Street <luke@street.dev>"]
|
||||||
|
|||||||
@@ -240,7 +240,6 @@ impl DiscWriterWBFS {
|
|||||||
if options.format != Format::Wbfs {
|
if options.format != Format::Wbfs {
|
||||||
return Err(Error::DiscFormat("Invalid format for WBFS writer".to_string()));
|
return Err(Error::DiscFormat("Invalid format for WBFS writer".to_string()));
|
||||||
}
|
}
|
||||||
|
|
||||||
if options.compression != Compression::None {
|
if options.compression != Compression::None {
|
||||||
return Err(Error::DiscFormat("WBFS does not support compression".to_string()));
|
return Err(Error::DiscFormat("WBFS does not support compression".to_string()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user