diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-29 17:39:38 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-29 17:39:38 +0100 |
commit | 26ecf512cdf5973756e551a627f58b93a74e53d1 (patch) | |
tree | ec7bcda5a147671a096d271ff607a472e8608127 /client-native-gui/Cargo.toml | |
parent | e28eedd42b9d289238d87b0858a6cfa879fc772e (diff) | |
download | keks-meet-26ecf512cdf5973756e551a627f58b93a74e53d1.tar keks-meet-26ecf512cdf5973756e551a627f58b93a74e53d1.tar.bz2 keks-meet-26ecf512cdf5973756e551a627f58b93a74e53d1.tar.zst |
version sync + rust-toolchainv0.2.3
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r-- | client-native-gui/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index 49e5c53..a93c0e6 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keks-meet" -version = "0.1.0" +version = "0.2.3" edition = "2021" [dependencies] @@ -18,4 +18,3 @@ egui = "0.23.0" eframe = "0.23.0" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } - |