1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-12-23 18:21:24 +00:00

Version 0.2.0

This commit is contained in:
Felix Ableitner 2024-12-17 10:07:52 +01:00
parent 685f6fed4b
commit 678ba64fef
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1812,7 +1812,7 @@ dependencies = [
[[package]] [[package]]
name = "ibis" name = "ibis"
version = "0.2.0-rc.5" version = "0.2.0"
dependencies = [ dependencies = [
"activitypub_federation", "activitypub_federation",
"anyhow", "anyhow",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ibis" name = "ibis"
version = "0.2.0-rc.5" version = "0.2.0"
edition = "2021" edition = "2021"
[features] [features]