From b87970d4e2309f4c215caa2ede6d9f5542b8f1a5 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 20 Nov 2024 23:27:29 +0100 Subject: [PATCH] release: version 0.6.1 back to rust 1.82.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- rust-toolchain.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27dbbc6..7db91f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1488,7 +1488,7 @@ dependencies = [ [[package]] name = "mostr" -version = "0.6.0" +version = "0.6.1" dependencies = [ "chrono", "chrono-english", diff --git a/Cargo.toml b/Cargo.toml index c690dcc..23d7d50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://forge.ftt.gmbh/janek/mostr" readme = "README.md" license = "GPL 3.0" authors = ["melonion"] -version = "0.6.0" +version = "0.6.1" rust-version = "1.82" edition = "2021" default-run = "mostr" @@ -35,4 +35,4 @@ nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "e82bc787bdd849 [dev-dependencies] tokio = { version = "1.41", features = ["rt", "rt-multi-thread", "macros", "io-std"] } chrono-english = "0.1" -linefeed = "0.6" \ No newline at end of file +linefeed = "0.6" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 88bb0f6..2e2b8c8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2024-11-09" +channel = "1.82.0"