From 859a284102095ff8db104268b9ab2b559185ef03 Mon Sep 17 00:00:00 2001 From: Nathan Kiesman Date: Wed, 10 May 2023 14:38:38 -0400 Subject: [PATCH] Bump version and ignore linker config --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 52c00bc..ecb7771 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk .DS_Store +/.cargo/config.toml \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 04f9171..fc9d17d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mop3" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Nathan Kiesman "] license = "MIT"