v1.0.0
All checks were successful
Build / build (push) Successful in 35s

This commit is contained in:
Moritz Ruth 2025-03-02 17:30:30 +01:00
parent 5fff414805
commit aa4eb10ca5
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2337,7 +2337,7 @@ dependencies = [
[[package]]
name = "sscdc"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"async-h1",
"async-std",

View file

@ -1,6 +1,6 @@
[package]
name = "sscdc"
version = "0.1.0"
version = "1.0.0"
edition = "2024"
[dependencies]