Skip to content

Commit

Permalink
replace flate2-crc with crc32fast
Browse files Browse the repository at this point in the history
  • Loading branch information
srijs committed Dec 1, 2018
1 parent e5b7198 commit 6c3a5b3
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 546 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ script:
- cargo test --features tokio
- cargo test --features 'tokio zlib'
- cargo test --features zlib --no-default-features
- cargo test --manifest-path flate2-crc/Cargo.toml
- cargo test --release --manifest-path flate2-crc/Cargo.toml
- cargo clean && cargo build
- cargo doc --no-deps
- cargo doc --no-deps --manifest-path=miniz-sys/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ libz-sys = { version = "1.0", optional = true }
tokio-io = { version = "0.1", optional = true }
futures = { version = "0.1", optional = true }
miniz_oxide_c_api = { version = "0.2", optional = true, features = ["no_c_export"]}
flate2-crc = { version = '0.1', path = 'flate2-crc' }
crc32fast = "1.1"

[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
miniz_oxide_c_api = { version = "0.2", features = ["no_c_export"] }
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ build: false
test_script:
- cargo test --target %TARGET%
- cargo test --target %TARGET% --features tokio
- cargo test --target %TARGET% --manifest-path flate2-crc/Cargo.toml
- cargo test --target %TARGET% --manifest-path flate2-crc/Cargo.toml --release

branches:
only:
Expand Down
21 changes: 0 additions & 21 deletions flate2-crc/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion flate2-crc/LICENSE-APACHE

This file was deleted.

1 change: 0 additions & 1 deletion flate2-crc/LICENSE-MIT

This file was deleted.

69 changes: 0 additions & 69 deletions flate2-crc/benches/run.rs

This file was deleted.

36 changes: 0 additions & 36 deletions flate2-crc/build.rs

This file was deleted.

103 changes: 0 additions & 103 deletions flate2-crc/src/lib.rs

This file was deleted.

12 changes: 0 additions & 12 deletions flate2-crc/src/other.rs

This file was deleted.

Loading

0 comments on commit 6c3a5b3

Please sign in to comment.