From 0e1beca43d668ec31e1198279954e512f23e83ee Mon Sep 17 00:00:00 2001 From: John Date: Mon, 23 Oct 2023 23:42:39 -0500 Subject: [PATCH] Cargos.toml: wrong key ("publish") --- Cargo.toml | 2 +- libconlang/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3449e70..7a6964b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ version = "0.0.1" authors = ["John Breaux "] edition = "2021" license = "MIT" -registry = ["soft-fish"] +publish = ["soft-fish"] diff --git a/libconlang/Cargo.toml b/libconlang/Cargo.toml index 7120afc..3ce19d0 100644 --- a/libconlang/Cargo.toml +++ b/libconlang/Cargo.toml @@ -6,7 +6,7 @@ authors.workspace = true version.workspace = true edition.workspace = true license.workspace = true -registry.workspace = true +publish.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html