We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7309c2 commit 85928b8Copy full SHA for 85928b8
Cargo.toml
@@ -7,7 +7,7 @@ members = [
7
resolver = "2"
8
9
[workspace.package]
10
-version = "0.3.2"
+version = "0.3.3-a1"
11
authors = ["Gabe Fierro <[email protected]>"]
12
repository = "https://github.com/gtfierro/reasonable"
13
homepage = "https://brickschema.org/"
@@ -36,7 +36,7 @@ serde_json = "1.0"
36
serde_derive = "1.0"
37
tinytemplate = "1.2.1"
38
anyhow = "1.0.60"
39
-reasonable = { path = "lib", version = "0.3.2" }
+reasonable = { path = "lib", version = "0.3.3-a1" }
40
clap = { version = "4.3.10", features = ["derive"] }
41
42
[profile.release]
0 commit comments