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:
parent
f712816c9b
commit
3589fe6348
2 changed files with 1 additions and 3 deletions
|
|
@ -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+"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue