We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4e512 commit 45db869Copy full SHA for 45db869
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.2"
+version = "0.1.3"
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.0", path = "derive" }
+linked-data-next-derive = { version = "0.1.3", path = "derive" }
56
iref = "3.0"
57
static-iref = "3.0"
58
thiserror = "2"
0 commit comments