Skip to content

Commit

Permalink
Prepare 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilles committed Oct 28, 2021
1 parent 7ace659 commit d97137d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yaml
Expand Up @@ -19,6 +19,7 @@ jobs:
profile: minimal
toolchain: stable
components: rustfmt, clippy
override: true
- uses: actions-rs/cargo@v1
with:
command: clippy
Expand All @@ -41,6 +42,7 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: actions-rs/cargo@v1
with:
command: check
Expand Down
16 changes: 6 additions & 10 deletions Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "crc"
version = "2.0.1-alpha.0"
authors = ["Rui Hu <code@mrhooray.com>"]
version = "2.1.0"
authors = [
"Rui Hu <code@mrhooray.com>",
"Akhil Velagapudi <4@4khil.com>"
]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/mrhooray/crc-rs.git"
Expand All @@ -12,11 +15,4 @@ categories = ["algorithms", "no-std"]
edition = "2018"

[dependencies]
crc-catalog = "1.1"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "bench"
harness = false
crc-catalog = "1.1.1"

0 comments on commit d97137d

Please sign in to comment.