From cc02131b6510112d6754a077af709358fb1e52d7 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 20 Dec 2024 00:09:34 +0000 Subject: [PATCH] chore: Bump version to 0.0.0 --- Cargo.toml | 4 ++-- Cargo.toml.in | 2 +- version.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4b830e35..2cdfa6c3c 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 = [ @@ -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 9fdb4796c..f9f3eb363 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