File tree 5 files changed +4
-5
lines changed
5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage = "https://github.com/BlockstreamResearch/simfony/"
7
7
repository = " https://github.com/BlockstreamResearch/simfony/"
8
8
description = " Rust-like language that compiles to Simplicity bytecode."
9
9
edition = " 2021"
10
- rust-version = " 1.63 .0"
10
+ rust-version = " 1.78 .0"
11
11
12
12
[lib ]
13
13
name = " simfony"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Take a look at the [example programs](https://github.com/BlockstreamResearch/sim
20
20
21
21
## MSRV
22
22
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.
24
24
25
25
## Simplicity's need for a high-level language
26
26
Original file line number Diff line number Diff line change 1
- msrv = " 1.63 .0"
1
+ msrv = " 1.78 .0"
Original file line number Diff line number Diff line change 2
2
name = " codegen"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
- rust-version = " 1.63.0"
6
5
description = " Generator of Rust code as interface between Simfony and Rust."
7
6
publish = false
8
7
Original file line number Diff line number Diff line change 68
68
} ;
69
69
msrv = pkgs . mkShell {
70
70
buildInputs = [
71
- ( mkRust "stable" "1.63 .0" "minimal" [ ] [ ] )
71
+ ( mkRust "stable" "1.78 .0" "minimal" [ ] [ ] )
72
72
pkgs . just
73
73
] ;
74
74
} ;
You can’t perform that action at this time.
0 commit comments