We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62937b commit 859a284Copy full SHA for 859a284
.gitignore
@@ -9,3 +9,4 @@ Cargo.lock
9
# These are backup files generated by rustfmt
10
**/*.rs.bk
11
.DS_Store
12
+/.cargo/config.toml
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mop3"
3
-version = "1.0.0"
+version = "1.1.0"
4
edition = "2021"
5
authors = ["Nathan Kiesman <nwk2103@columbia.edu>"]
6
license = "MIT"
0 commit comments