chore(owlry-rune): bump version to 1.1.3

This commit is contained in:
2026-04-05 18:18:05 +02:00
parent 46b5d8518f
commit e3c4988e01
2 changed files with 7 additions and 480 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "owlry-rune"
version = "1.1.2"
version = "1.1.3"
edition = "2024"
rust-version = "1.90"
description = "Rune scripting runtime for owlry plugins"
@@ -15,7 +15,6 @@ owlry-plugin-api = { path = "../owlry-plugin-api" }
# Rune scripting language
rune = "0.14"
rune-modules = { version = "0.14", features = ["full"] }
# Logging
log = "0.4"