Skip to content

Commit bbf9dc7

Browse files
committed
bump to 0.2.0a6
1 parent 3117310 commit bbf9dc7

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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.2.0-a5"
10+
version = "0.2.0-a6"
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.4"
3737

38-
ontoenv = { version = "0.2.0-a5", path = "lib" }
38+
ontoenv = { version = "0.2.0-a6", path = "lib" }
3939

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

lib/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use crate::ontology::GraphIdentifier;
2121
use chrono::prelude::*;
2222
use pretty_bytes::converter::convert as pretty_bytes;
2323
use std::fmt::{self, Display};
24-
use std::io::Write;
2524

2625
pub struct FailedImport {
2726
ontology: GraphIdentifier,

0 commit comments

Comments
 (0)