Update edition to 2024

And remove unstable let_chains feature which isn't needed anymore.

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-07-19 23:03:51 +02:00
commit 3589fe6348
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,7 @@
name = "cusku" name = "cusku"
version = "0.2.0" version = "0.2.0"
description = "Webhook to XMPP" description = "Webhook to XMPP"
edition = "2021" edition = "2024"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"] authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
license = "AGPL-3.0+" license = "AGPL-3.0+"

View file

@ -13,8 +13,6 @@
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
#![feature(let_chains)]
mod bot; mod bot;
mod config; mod config;
mod error; mod error;