Skip to content

Commit

Permalink
style: improve salvo version to >=0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
andeya committed Oct 31, 2024
1 parent 3315361 commit a5a7fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "salvo-casbin"
version = "0.73.2"
version = "0.73.3"
edition = "2021"
license = "Apache-2.0"
description = "Casbin salvo access control hoop"
Expand All @@ -16,11 +16,11 @@ path = "src/lib.rs"
[dependencies]
casbin = "2.5"
tokio = { version = "1", default-features = false }
salvo = "0.73"
salvo = { version = ">=0.73", default-features = false }


[dev-dependencies]
salvo = { version = "0.73", features = ["test"] }
salvo = { version = ">=0.73", features = ["test"] }


[profile.release]
Expand Down

0 comments on commit a5a7fb4

Please sign in to comment.