From a3f05d181c39d2060c1b0461101402004a7d02f1 Mon Sep 17 00:00:00 2001 From: cc Date: Wed, 20 Aug 2025 21:58:04 -0700 Subject: Update for modern Rust --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e871ae0..ebfdb3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "avl_tree" version = "0.2.0" -authors = ["Cornelius Aschermann "] +authors = ["Cornelius Aschermann ", "cc "] description = "A simple AVL Tree implementation" +edition = "2024" # This is a string description of the license for this package. Currently # crates.io will validate the license provided against a whitelist of known @@ -11,4 +12,3 @@ description = "A simple AVL Tree implementation" license = "GPL-2.0" [dependencies] -rand = "*" # Or a specific version -- cgit v1.2.1