From e7d57eae0d30c35c5e47cc714c575bebcebb9571 Mon Sep 17 00:00:00 2001 From: est31 Date: Wed, 17 May 2023 03:54:23 +0200 Subject: [PATCH] Update github URL of toml_edit crate --- crates/toml_edit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index 2986e9e7..449978cf 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = "Yet another format-preserving TOML parser." authors = ["Andronik Ordian ", "Ed Page "] -repository = "https://github.com/ordian/toml_edit" +repository = "https://github.com/toml-rs/toml" documentation = "https://docs.rs/toml_edit" license.workspace = true edition.workspace = true