Skip to content

Commit 7adc296

Browse files
author
chenjunliang
committed
更新版本号:v0.2.6
1 parent 76f8413 commit 7adc296

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "mysql-audit-extend"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
authors = ["seeker"]
66
description = "An extension tool of mysql-audit, which provides functions such as log rotation and log cleaning."
77
license = "MIT"
8-
documentation = "https://docs.rs/crate/mysql-audit-extend/0.2.5"
8+
documentation = "https://docs.rs/crate/mysql-audit-extend/0.2.6"
99
repository = "https://gitee.com/seeker_rs/mysql-audit-extend"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cargo install mysql-audit-extend
1111
```
1212
or
1313
```shell
14-
wget https://gitee.com/seeker_rs/mysql-audit-extend/releases/download/release-0.2.5/mysql-audit-extend
14+
wget https://gitee.com/seeker_rs/mysql-audit-extend/releases/download/release-0.2.6/mysql-audit-extend
1515
chmod 775 mysql-audit-extend
1616
```
1717

0 commit comments

Comments
 (0)