diff options
author | jvech <jmvalenciae@unal.edu.co> | 2024-04-30 07:45:28 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2024-04-30 07:45:28 -0500 |
commit | ce3bbcd183bcf505b525396db3ba4b9e71c83f55 (patch) | |
tree | e4987cf3f390c783c8ce269e112eaaf70331b988 /Cargo.toml | |
parent | a361eb833f516befe79b45a8b6ed3162a21bc06a (diff) |
add: note field implemented
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "debt" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |