1
0
Fork 0

Merge pull request 'bump version to 0.2.0' (#52) from bump-0.2.0 into main

Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/52
This commit is contained in:
Cyborus 2024-04-27 22:42:49 +00:00
commit 1c5506c707
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -173,7 +173,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "forgejo-api"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"base64ct",
"bytes",

View file

@ -1,7 +1,7 @@
workspace = { members = ["generator"] }
[package]
name = "forgejo-api"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/Cyborus/forgejo-api"