Skip to content

Commit c8e2565

Browse files
committed
chore: Bump MSRV to 1.78.0
1 parent a522ee4 commit c8e2565

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/BlockstreamResearch/simfony/"
77
repository = "https://github.com/BlockstreamResearch/simfony/"
88
description = "Rust-like language that compiles to Simplicity bytecode."
99
edition = "2021"
10-
rust-version = "1.63.0"
10+
rust-version = "1.78.0"
1111

1212
[lib]
1313
name = "simfony"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Take a look at the [example programs](https://github.com/BlockstreamResearch/sim
2020

2121
## MSRV
2222

23-
This crate should compile with any feature combination on **Rust 1.63.0** or higher.
23+
This crate should compile with any feature combination on **Rust 1.78.0** or higher.
2424

2525
## Simplicity's need for a high-level language
2626

clippy.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.63.0"
1+
msrv = "1.78.0"

codegen/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "codegen"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.63.0"
65
description = "Generator of Rust code as interface between Simfony and Rust."
76
publish = false
87

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
};
6969
msrv = pkgs.mkShell {
7070
buildInputs = [
71-
(mkRust "stable" "1.63.0" "minimal" [] [])
71+
(mkRust "stable" "1.78.0" "minimal" [] [])
7272
pkgs.just
7373
];
7474
};

0 commit comments

Comments
 (0)