chore(release): release rustypipe v0.2.0

This commit is contained in:
ThetaDev 2024-06-27 13:36:39 +02:00
parent d9d2c22aea
commit ea5df007bc
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
3 changed files with 41 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "rustypipe"
version = "0.1.3"
version = "0.2.0"
rust-version = "1.67.1"
edition.workspace = true
authors.workspace = true
@ -72,7 +72,7 @@ insta = { version = "1.17.1", features = ["ron", "redactions"] }
path_macro = "1.0.0"
# Included crates
rustypipe = { path = ".", version = "0.1.0", default-features = false }
rustypipe = { path = ".", version = "0.2.0", default-features = false }
rustypipe-downloader = { path = "./downloader", version = "0.1.0", default-features = false }
[features]