Skip to content

Commit

Permalink
bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuq19 committed Oct 27, 2023
1 parent c3f6265 commit 9dcf77e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: |
cargo check
cargo run --examples
cargo test --examples
cargo test
cargo install cargo-fuzz
cargo +nightly fuzz run fuzz_value -- -max_total_time=5m
Expand All @@ -51,7 +51,7 @@ jobs:
run: |
cargo check
cargo test
cargo run --examples
cargo test --examples
lint:
runs-on: [self-hosted, X64]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sonic-rs"
version = "0.1.4"
version = "0.2.0"
authors = ["Volo Team <[email protected]>"]
edition = "2021"
description = "Sonic-rs is a fast Rust JSON library based on SIMD"
Expand Down

0 comments on commit 9dcf77e

Please sign in to comment.