Skip to content

Commit

Permalink
v0.8.1 - don't panic with too many scriptlet arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
antonok-edm committed Sep 11, 2023
1 parent 0fae87e commit bc39fa8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
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 = "adblock"
version = "0.8.0"
version = "0.8.1"
authors = ["Andrius Aucinas <[email protected]>", "Anton Lazarev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.lock

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

4 changes: 2 additions & 2 deletions js/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 js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adblock-rs"
version = "0.8.0"
version = "0.8.1"
authors = ["Andrius Aucinas <[email protected]>", "Anton Lazarev <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adblock-rs",
"version": "0.8.0",
"version": "0.8.1",
"description": "Very fast, Rust-based, native implementation of ad-blocker engine for Node",
"keywords": [
"adblock",
Expand Down

0 comments on commit bc39fa8

Please sign in to comment.