diff options
author | JSDurand <mmemmew@gmail.com> | 2023-07-21 16:30:25 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-07-21 16:30:25 +0800 |
commit | ffb6e689d28d295733b90f2b9e184205e33f19c2 (patch) | |
tree | fcdb2b298d2737eeeff4969f7e428c5b7cfd770c /nfa/Cargo.toml | |
parent | 201830e33ab5c45044e960217e0ac8803e3e134d (diff) |
Bump version number to 0.1.20.1.2
I have fixed another bug and think that the version of a more stable
version is worth bumping the versions for.
Diffstat (limited to 'nfa/Cargo.toml')
-rw-r--r-- | nfa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfa/Cargo.toml b/nfa/Cargo.toml index 75a6a43..b086748 100644 --- a/nfa/Cargo.toml +++ b/nfa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nfa" -version = "0.1.0" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |