diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-22 12:54:39 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-22 12:54:39 +0200 |
commit | 4da8fe84c07e3f9e83f9b769f1670f4d52466001 (patch) | |
tree | bf4384034771001b136207c4df386daf99dac7fa /Cargo.toml | |
parent | 1451273fa59d14070e525562ec466a21128fa671 (diff) | |
download | gnix-4da8fe84c07e3f9e83f9b769f1670f4d52466001.tar gnix-4da8fe84c07e3f9e83f9b769f1670f4d52466001.tar.bz2 gnix-4da8fe84c07e3f9e83f9b769f1670f4d52466001.tar.zst |
add switch module
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "gnix" -version = "2.0.0" +version = "2.1.0" edition = "2021" [dependencies] |