From 645b907e445e288a0cde0bd5fe6016948ec1084e Mon Sep 17 00:00:00 2001 From: Tee8z Date: Fri, 16 Aug 2024 11:21:31 -0400 Subject: [PATCH] updating crates to v1.0.0 --- daemon/Cargo.toml | 2 +- oracle/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 3c9abf9..80b44b4 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daemon" -version = "0.4.0" +version = "1.0.0" edition = "2021" repository = "https://github.com/tee8z/noaa-data-pipeline" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 242c552..a9bcacf 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oracle" -version = "0.4.0" +version = "1.0.0" edition = "2021" repository = "https://github.com/tee8z/noaa-data-pipeline"