Skip to content

Commit a4b5c13

Browse files
committed
Bump microbin version to 2.1.2
Update package version from 2.1.0 to 2.1.2 in Cargo.toml and update Cargo.lock to match. This applies a patch release for microbin. Also updated README and applied a hotfix.
1 parent e22accd commit a4b5c13

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "microbin"
3-
version = "2.1.0"
3+
version = "2.1.2"
44
edition = "2021"
55
rust-version = "1.74.0"
66
authors = ["Daniel Szabo <daniel@microbin.eu>"]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ On our website [microbin.eu](https://microbin.eu), you will find the following:
3232

3333
- [Screenshots](https://microbin.eu/screenshots/)
3434
- [Guide and Documentation](https://microbin.eu/docs/intro)
35-
- [Donations and Sponsorships](https://microbin.eu/sponsorship)
3635
- [Roadmap](https://microbin.eu/roadmap)
3736

3837
## Features

src/endpoints/create.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ pub async fn create(
372372
}
373373

374374
let encrypt_server = new_pasta.encrypt_server;
375-
376-
let mut pastas = data.pastas.lock().unwrap();
377375

378376
{
379377
let mut pastas = data.pastas.lock().unwrap();

0 commit comments

Comments
 (0)