Browse Source

version bumped to 0.5.0-beta1

Signed-off-by: Karan Gauswami <[email protected]>
pull/30/head 0.5.0-beta1
Karan Gauswami 4 months ago
parent
commit
848868358c
No known key found for this signature in database GPG Key ID: 4457EA801DBC82E6
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock

@ -1260,7 +1260,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]] [[package]]
name = "sthp" name = "sthp"
version = "0.5.0-alpha2" version = "0.5.0-beta1"
dependencies = [ dependencies = [
"base64", "base64",
"bytes", "bytes",

2
Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "sthp" name = "sthp"
version = "0.5.0-alpha2" version = "0.5.0-beta1"
license = "MIT" license = "MIT"
authors = ["Karan Gauswami <[email protected]>"] authors = ["Karan Gauswami <[email protected]>"]
edition = "2021" edition = "2021"

Loading…
Cancel
Save