Skip to content

Commit b6af783

Browse files
committed
bump
1 parent a82e0bb commit b6af783

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.4.0-a16"
11+
version = "0.4.0-a17"
1212
authors = ["Gabe Fierro <[email protected]>"]
1313
license = "BSD-3-Clause"
1414
edition = "2021"
@@ -39,10 +39,10 @@ memmap2 = "0.9"
3939
zstd = "0.13"
4040
rand = "0.9"
4141

42-
rdf5d = { version = "0.4.0-a16", path = "rdf5d", features = ["oxigraph", "zstd"] }
42+
rdf5d = { version = "0.4.0-a17", path = "rdf5d", features = ["oxigraph", "zstd"] }
4343

44-
ontoenv = { version = "0.4.0-a16", path = "lib" }
45-
ontoenv-cli = { version = "0.4.0-a16", path = "cli" }
44+
ontoenv = { version = "0.4.0-a17", path = "lib" }
45+
ontoenv-cli = { version = "0.4.0-a17", path = "cli" }
4646

4747
[profile.profiling]
4848
inherits = "release"

0 commit comments

Comments
 (0)