build: 📌 Bump version to 0.2.9

This commit is contained in:
Sergio Gasquez 2023-02-14 20:49:01 +01:00
parent a1fdc38758
commit 716a787baf
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -507,7 +507,7 @@ dependencies = [
[[package]]
name = "espup"
version = "0.2.8"
version = "0.2.9"
dependencies = [
"anyhow",
"assert_cmd",
@ -1138,9 +1138,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.0"
version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "opaque-debug"

View File

@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.2.8"
version = "0.2.9"
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"