From e3f3b0772080023cf33a1a53fb639465004bc458 Mon Sep 17 00:00:00 2001 From: XOR-op <17672363+XOR-op@users.noreply.github.com> Date: Tue, 4 Apr 2023 14:08:23 +0800 Subject: [PATCH] release: v0.3.0-alpha --- Cargo.lock | 2 +- boltconn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0a0b90..f8e6966 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,7 +314,7 @@ dependencies = [ [[package]] name = "boltconn" -version = "0.2.1" +version = "0.3.0" dependencies = [ "aho-corasick", "anyhow", diff --git a/boltconn/Cargo.toml b/boltconn/Cargo.toml index 1af9572..b424190 100644 --- a/boltconn/Cargo.toml +++ b/boltconn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boltconn" -version = "0.2.1" +version = "0.3.0" edition = "2021" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html