version bump to 0.10.0

This commit is contained in:
Mark Thom
2025-09-27 00:02:33 -07:00
parent 60595f990f
commit f2667bdd75
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2709,7 +2709,7 @@ dependencies = [
[[package]]
name = "scryer-prolog"
version = "0.9.4"
version = "0.10.0"
dependencies = [
"arcu",
"base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.9.4"
version = "0.10.0"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
edition = "2021"
description = "A modern Prolog implementation written mostly in Rust."