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 18c8aa0 commit 65b12f0Copy full SHA for 65b12f0
Cargo.toml
@@ -19,7 +19,7 @@ license = "MIT/Apache-2.0"
19
repository = "https://github.com/luminvent/linked-data-rs"
20
edition = "2024"
21
rust-version = "1.85.0"
22
-version = "0.1.5"
+version = "0.1.6"
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.5", path = "derive" }
+linked-data-next-derive = { version = "0.1.6", path = "derive" }
56
iref = "3.0"
57
static-iref = "3.0"
58
thiserror = "2"
0 commit comments