We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2f319 commit 0224d6cCopy full SHA for 0224d6c
.github/workflows/ci.yml
@@ -540,8 +540,6 @@ jobs:
540
strategy:
541
matrix:
542
manylinux:
543
- - arch: "manylinux1_i686"
544
- - arch: "manylinux1_x86_64"
545
- arch: "manylinux2010_i686"
546
- arch: "manylinux2010_x86_64"
547
- arch: "manylinux2014_i686"
Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT"
9
name = "jsonlogic-rs"
10
readme = "README.md"
11
repository = "https://github.com/bestowinc/json-logic-rs"
12
-version = "0.2.1"
+version = "0.2.2"
13
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
0 commit comments