summary refs log tree commit diff
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-08-05 13:00:23 -0700
committerIrene Knapp <ireneista@irenes.space>2026-08-05 13:00:23 -0700
commite5617e528cbea2781d48fef3d507af7da485d7e2 (patch)
tree41683d03645c42223caca8116467ea6092c7af2c
parenta53e6d71e2b449175f2046593b5838d9695e7d3e (diff)
update Rust edition, nixpkgs release, and crane pin HEAD main
Force-Push: yes
Change-Id: Iaa79f2a0a38eb316c4315d09ed2b8df50117481a
-rw-r--r--rust/Cargo.toml2
-rw-r--r--rust/flake.lock14
-rw-r--r--rust/flake.nix2
3 files changed, 9 insertions, 9 deletions
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 = {