From 4f42f4e7bace514df99c7cb81353bb3be0a0a8ab Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Mon, 30 Sep 2024 00:09:58 +0000 Subject: [PATCH] chore: Bump version to 0.0.0 --- Cargo.toml | 6 +++--- Cargo.toml.in | 2 +- version.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ee00d1a6..584ea3300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-c" -version = "1.0.0-dev" +version = "0.0.0" repository = "https://github.com/eclipse-zenoh/zenoh-c" homepage = "http://zenoh.io" authors = [ @@ -91,7 +91,7 @@ phf = { version = "0.11.2", features = ["macros"] } [lib] path = "src/lib.rs" -name = "zenohcd" +name = "zenohc" crate-type = ["cdylib", "staticlib"] doctest = false @@ -108,7 +108,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "libzenohc (=1.0.0~dev-1)" +depends = "libzenohc (=0.0.0)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/Cargo.toml.in b/Cargo.toml.in index 48a16b7ec..8c470adc2 100644 --- a/Cargo.toml.in +++ b/Cargo.toml.in @@ -108,7 +108,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "libzenohc (=1.0.0~dev-1)" +depends = "libzenohc (=0.0.0)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/version.txt b/version.txt index bd2666abb..bd52db81d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0.0 \ No newline at end of file +0.0.0 \ No newline at end of file