We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43759d4 commit ee923d7Copy full SHA for ee923d7
Cargo.toml
@@ -19,7 +19,7 @@ license = "MIT/Apache-2.0"
19
repository = "https://github.com/luminvent/linked-data-rs"
20
edition = "2021"
21
rust-version = "1.71.1"
22
-version = "0.1.4"
+version = "0.1.5"
23
24
[features]
25
default = ["derive", "serde"]
@@ -52,7 +52,7 @@ members = [
52
resolver = "2"
53
54
[workspace.dependencies]
55
-linked-data-next-derive = { version = "0.1.4", path = "derive" }
+linked-data-next-derive = { version = "0.1.5", path = "derive" }
56
iref = "3.0"
57
static-iref = "3.0"
58
thiserror = "2"
0 commit comments