Skip to content

Commit cb11657

Browse files
committed
bupm to a14
1 parent 369db5f commit cb11657

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-a13"
11+
version = "0.4.0-a14"
1212
authors = ["Gabe Fierro <[email protected]>"]
1313
license = "BSD-3-Clause"
1414
edition = "2021"
@@ -38,10 +38,10 @@ oxigraph = "0.5"
3838
memmap2 = "0.9"
3939
zstd = "0.13"
4040

41-
rdf5d = { version = "0.4.0-a13", path = "rdf5d", features = ["oxigraph", "zstd"] }
41+
rdf5d = { version = "0.4.0-a14", path = "rdf5d", features = ["oxigraph", "zstd"] }
4242

43-
ontoenv = { version = "0.4.0-a13", path = "lib" }
44-
ontoenv-cli = { version = "0.4.0-a13", path = "cli" }
43+
ontoenv = { version = "0.4.0-a14", path = "lib" }
44+
ontoenv-cli = { version = "0.4.0-a14", path = "cli" }
4545

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

0 commit comments

Comments
 (0)