Skip to content

Commit

Permalink
upgrade r-nacos version to v0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Jan 12, 2025
1 parent b7bf484 commit eea0cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnacos"
version = "0.6.10"
version = "0.6.11"
authors = ["heqingpan <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -71,7 +71,7 @@ mime_guess = { version = "2" }
rusqlite = { version = "0.25", features = ["bundled"] }
rsql_builder = "0.1.5"
inner-mem-cache = "0.1.7"
rnacos-web-dist-wrap = "=0.5.9"
rnacos-web-dist-wrap = "=0.5.10"
nacos_rust_client = "0.3.2"
zip = "0.6"
tempfile = "3"
Expand Down
1 change: 0 additions & 1 deletion src/user/permission.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/// 2)http请求路径,由后端拦截器控制否支持请求;
use std::{collections::HashSet, hash::Hash, sync::Arc};


use crate::common::constant::{EMPTY_STR, HTTP_METHOD_ALL, HTTP_METHOD_GET};

pub enum Resource {
Expand Down

0 comments on commit eea0cc0

Please sign in to comment.