From 097b38e0c109d0f5f8c416efb2bdac9d7af0bd2c Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Mon, 30 Jan 2023 09:52:52 +0100 Subject: [PATCH] Rename to nourl --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 131a968..1be1fbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "tiny-url" +name = "nourl" version = "0.1.0" edition = "2021" -repository = "https://github.com/rmja/tinyurl" +repository = "https://github.com/rmja/nourl" authors = ["Rasmus Melchior Jacobsen "] license = "Apache-2.0 or MIT" keywords = ["embedded", "url", "no_std"] diff --git a/README.md b/README.md index b00e4ff..bdced38 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # A simple Url primitive -[![crates.io](https://img.shields.io/crates/v/tinyurl.svg)](https://crates.io/crates/tinyurl) +[![crates.io](https://img.shields.io/crates/v/nourl.svg)](https://crates.io/crates/nourl) This crate provides a simple `Url` type that can be used in embedded `no_std` environments.