Bump version to 0.5.1 (#119)

* Update dependencies

* Bump version to 0.5.1

* Try to deflake tests in GitHub Actions

* Add some retries to e2e_test

* Revert cargo.lock changes

* Update only a couple deps

* Fix CI running twice :(

* Fix typo
This commit is contained in:
Eric Zhang
2024-06-10 21:50:23 -04:00
committed by GitHub
parent 82acea3477
commit a6045fb1a7
5 changed files with 40 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "bore-cli"
version = "0.5.0"
version = "0.5.1"
authors = ["Eric Zhang <ekzhang1@gmail.com>"]
license = "MIT"
description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls."