diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index dc56737..75a5b31 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -14,10 +14,12 @@ jobs: override: true components: rustfmt, clippy - uses: extractions/setup-just@v1 - - uses: jetli/wasm-pack-action@v0.3.0 + - uses: jetli/wasm-pack-action@v0.4.0 + with: + version: 'latest' - uses: actions/setup-node@v1 with: - node-version: '13.x' + node-version: '20.x' - run: cargo build - run: cargo test - run: just js-test diff --git a/Cargo.toml b/Cargo.toml index 5ac6149..50d5d5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rify" -version = "0.7.1" +version = "0.7.2" authors = [ "Andrew Dirksen ", "Sam Hellawell " diff --git a/bindings/js_wasm/package.json b/bindings/js_wasm/package.json index b60401d..2287b34 100644 --- a/bindings/js_wasm/package.json +++ b/bindings/js_wasm/package.json @@ -5,7 +5,7 @@ "Sam Hellawell " ], "description": "RDF reasoner that operates on RIF-like conjunctive rules. Outputs a machine\nreadable proof of some claim which can be cheaply verified.\n", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT OR Apache-2.0", "repository": { "type": "git",