chore: release (#157)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Anand Krishnamoorthi
2024-02-22 21:18:49 -08:00
committed by GitHub
parent f51731e584
commit 0e053832db
3 changed files with 33 additions and 2 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ members = [
[package]
name = "regorus"
description = "A fast, lightweight Rego (OPA policy language) interpreter"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/microsoft/regorus"
@@ -130,4 +130,4 @@ test=false
# To build locally:
# RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]