diff options
author | Silas Bartha <[email protected]> | 2024-05-04 02:21:01 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-05-04 02:21:01 -0400 |
commit | ec8f43e79cb8a182c0dc73d103e632fac96293b6 (patch) | |
tree | 36a915128ee0ba6411b02a0eadcabaa56064ba70 /Cargo.toml | |
parent | 6834194b9e16a7b5ee68b539ceb1a99b8f1ff90b (diff) |
Added command queue access to event handlersv0.1.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "grex_terminal_display" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] |