chore: pin owlry-plugin-api to tagged release v1.0.0

This commit is contained in:
2026-03-26 13:41:21 +01:00
parent f8bced5a84
commit ef6449ce3d
14 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so)
[dependencies]
# Plugin API for owlry
owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" }
owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" }
# ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc)
abi_stable = "0.11"