1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-06 14:35:36 +02:00

Update to Rust 2024 edition.

This commit is contained in:
Andrew Walbran
2025-02-25 17:44:42 +00:00
parent 32a8b4bf13
commit 4a07baf9dc
43 changed files with 60 additions and 45 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "smart-pointers"
version = "0.1.0"
edition = "2021"
edition = "2024"
publish = false
[lib]