Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Aug 17, 2024
1 parent bbb7b3c commit 9ab3d07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions c_bindings/include/crunch64/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ typedef enum Crunch64Error {
Crunch64Error_OutOfBounds,
Crunch64Error_NullPointer,
Crunch64Error_InvalidCompressionLevel,
Crunch64Error_Vpk0,
} Crunch64Error;

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ path = "src/main.rs"

[dependencies]
crunch64 = { version = "0.5.1", path = "../lib" }
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ crate-type = ["lib", "staticlib", "cdylib"]

[dependencies]
crc32fast = "1.4.2"
pyo3 = { version="0.18.2", features = ["extension-module"], optional = true }
pyo3 = { version="0.20.0, features = ["extension-module"], optional = true }
thiserror = "1.0"
vpk0 = "0.8.2"

[dev-dependencies]
rstest = "0.22.0"
rstest = "0.18.2"

[features]
c_bindings = []
Expand Down

0 comments on commit 9ab3d07

Please sign in to comment.