chroe(ci): remove tag regex

This commit is contained in:
sevki 2024-03-14 15:36:13 +00:00
parent 1d96c1ff80
commit 85b0d2394e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -743,7 +743,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "jetstream"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anyhow",
"async-stream",

View file

@ -1,6 +1,6 @@
[package]
name = "jetstream"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
license = "BSD-3-Clause"