Ver Fonte

Updated rust edition

It has been quite a while
;)
AvariceLHubris há 1 mês atrás
pai
commit
6e0fa3f5aa
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -1,6 +1,6 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 [[package]]
 name = "anstream"

+ 1 - 1
Cargo.toml

@@ -2,7 +2,7 @@
 name = "huffman"
 version = "0.1.0"
 authors = ["Michalis Marcoux"]
-edition = "2021"
+edition = "2024"
 
 [dependencies]
 bit-vec = "0.8"