Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Dec 8, 2024
1 parent 6387159 commit 310dd14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["lib-rdfa", "rdfa-wasm"]
resolver = "2"

[workspace.package]
version = "0.1.3"
version = "0.2.0"
authors = ["Nordine Bittich"]
description = "Graph rdfa Processor"
documentation = "https://github.com/nbittich/graph-rdfa-processor"
Expand All @@ -23,7 +23,7 @@ regex = "1.11.1"
ego-tree = "0.9.0"
# some tests must run sequentially.
# if library is broken, alternative is: cargo test -- --test-threads 1
graph-rdfa-processor = { version = "0.1.3", path='./lib-rdfa' }
graph-rdfa-processor = { version = "0.2.0", path='./lib-rdfa' }

serial_test = "3.2.0"
test-case = "3.3.1"
Expand Down

0 comments on commit 310dd14

Please sign in to comment.