Skip to content

Commit d20e018

Browse files
committed
bump
1 parent a4e11c0 commit d20e018

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Cargo.lock

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

Cargo.toml

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

99
[workspace.package]
10-
version = "0.3.0-a7"
10+
version = "0.3.0"
1111
authors = ["Gabe Fierro <[email protected]>"]
1212
license = "BSD-3-Clause"
1313
edition = "2021"
@@ -35,7 +35,7 @@ clap = { version = "4.4.18", features = ["derive"] }
3535
derive_builder = "0.20"
3636
oxigraph = "0.4.11"
3737

38-
ontoenv = { version = "0.3.0-a7", path = "lib" }
38+
ontoenv = { version = "0.3.0", path = "lib" }
3939

4040
[profile.profiling]
4141
inherits = "release"

lib/tests/ontoenv_test.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ macro_rules! setup {
3939
}
4040
}
4141

42-
// 'copy_file' is assumed to be a custom function in the user's project
43-
// If not, consider using std::fs::copy for basic file copying
4442
copy_file(&source_path, &dest_path).expect(format!("Failed to copy file from {} to {}", source_path.display(), dest_path.display()).as_str());
4543
)*
4644

0 commit comments

Comments
 (0)