From 82b07a0c3c9b387c836cbf014f86202f6627d495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=BE=D1=82=D0=BB?= =?UTF-8?q?=D1=8F=D1=80=D0=BE=D0=B2?= Date: Sat, 30 Mar 2024 04:15:47 +0300 Subject: [PATCH] 1. Fix for upload in crates.io --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5578ea7..88c6379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copy_impl" -version = "0.3.2" +version = "0.3.3" edition = "2021" authors = ["Denis Kotlyarov (Денис Котляров) "] repository = "https://github.com/clucompany/copy_impl.git" diff --git a/README.md b/README.md index 7c893cc..33330a8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add this to your Cargo.toml: ```toml [dependencies] -copy_impl = "0.3.2" +copy_impl = "0.3.3" ``` and this to your source code: