fix naive errors in cargo.toml

This commit is contained in:
Ivan Folgueira Bande 2025-01-10 17:11:47 +01:00
parent cbf1645815
commit 4d31e32d22
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -3095,7 +3095,7 @@ dependencies = [
[[package]]
name = "waku-sys"
version = "0.5.0"
version = "1.0.0"
dependencies = [
"bindgen",
"cc",

View File

@ -1,7 +1,7 @@
[package]
name = "waku-bindings"
version = "1.0.0"
edition = "2025"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>",
"Richard Ramos <richard@waku.org>",
@ -28,7 +28,7 @@ serde_json = "1.0"
sscanf = "0.4"
smart-default = "0.6"
url = "2.3"
waku-sys = { version = "0.5.0", path = "../waku-sys" }
waku-sys = { version = "1.0.0", path = "../waku-sys" }
libc = "0.2"
serde-aux = "4.3.1"
rln = "0.3.4"

View File

@ -1,7 +1,7 @@
[package]
name = "waku-sys"
version = "1.0.0"
edition = "2025"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>",
"Richard Ramos <richard@waku.org>",