From 24a3ce5d0a4c8c52445c5fa13a83d030c9ef4e5a Mon Sep 17 00:00:00 2001 From: Reuben Wong Date: Sat, 30 Sep 2023 15:01:36 +0800 Subject: [PATCH] update package name --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ebd2741..9312284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "marketstack" -version = "0.1.0" +version = "0.0.1" edition = "2021" license = "MIT" description = "Rust bindings for Marketstack REST API" homepage = "https://github.com/reubenwong97/marketstack-rs/" -documentation = "https://docs.rs/marketstack-rs/" +documentation = "https://docs.rs/marketstack/" repository = "https://github.com/reubenwong97/marketstack-rs/" readme = "README.md"