diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index afd95ae..db4367d 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -2,5 +2,5 @@
name = "hello"
version = "0.1.0"
authors = ["Irene Knapp <ireneista@gmail.com>"]
-edition = "2021"
+edition = "2024"
diff --git a/rust/flake.lock b/rust/flake.lock
index 1e00624..69c4957 100644
--- a/rust/flake.lock
+++ b/rust/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"crane": {
"locked": {
- "lastModified": 1725409566,
- "narHash": "sha256-PrtLmqhM6UtJP7v7IGyzjBFhbG4eOAHT6LPYOFmYfbk=",
+ "lastModified": 1785782307,
+ "narHash": "sha256-MPaRdVkf6zZP5fCPxYCi8Dr4pZzgmXzg8T9nVEbp3Mw=",
"owner": "ipetkov",
"repo": "crane",
- "rev": "7e4586bad4e3f8f97a9271def747cf58c4b68f3c",
+ "rev": "2c71e194474d13de031d729b729c968ddbe3507f",
"type": "github"
},
"original": {
@@ -17,16 +17,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1725930920,
- "narHash": "sha256-RVhD9hnlTT2nJzPHlAqrWqCkA7T6CYrP41IoVRkciZM=",
+ "lastModified": 1785858998,
+ "narHash": "sha256-fKCq5jphd6l/Ms6gc3dptkw/TcKLYub9lQE5g6rbbkc=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "44a71ff39c182edaf25a7ace5c9454e7cba2c658",
+ "rev": "04607e1165ac22c5fde6dcc54c9e0b3c0487c555",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-24.05",
+ "ref": "nixos-26.05",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/rust/flake.nix b/rust/flake.nix
index da10ce4..51cf752 100644
--- a/rust/flake.nix
+++ b/rust/flake.nix
@@ -4,7 +4,7 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
- ref = "nixos-24.05";
+ ref = "nixos-26.05";
};
crane = {
|