chore: Keep regorus and binding versions in sync (#552)

Bump up the versions to 0.9.0 to match the C# binding version.

Also use central version management for C# projects

Also fix clippy lint errors

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2026-01-28 05:58:34 +05:30
committed by GitHub
parent 394625d4bc
commit e688806ca0
19 changed files with 88 additions and 74 deletions

View File

@@ -2,7 +2,7 @@
[package]
name = "regoruspy"
version = "0.5.0"
version = "0.9.0"
edition = "2021"
repository = "https://github.com/microsoft/regorus/bindings/python"
description = "Python bindings for Regorus - a fast, lightweight Rego interpreter written in Rust"