File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repository = "https://github.com/BlockstreamResearch/rust-simplicity/"
88documentation = " https://docs.rs/simplicity-lang/"
99description = " General purpose library for processing Simplicity programs"
1010edition = " 2021"
11- rust-version = " 1.78 .0"
11+ rust-version = " 1.74 .0"
1212
1313[features ]
1414base64 = [" bitcoin/base64" ]
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ and undergoing rapid development. We especially welcome improvements in:
115115
116116## Minimum Supported Rust Version
117117
118- The MSRV of this crate is ** 1.78 .0** . For now we will not increase this without
118+ The MSRV of this crate is ** 1.74 .0** . For now we will not increase this without
119119a major version bump, though as the library matures we may change that policy.
120120
121121## Updating libsimplicity
Original file line number Diff line number Diff line change 1- msrv = " 1.78 .0"
1+ msrv = " 1.74 .0"
22
33# Default 250, not sure what units. But it does not like the generic node stuff.
44type-complexity-threshold = 1000
Original file line number Diff line number Diff line change 11[package ]
22name = " simplicity-fuzz"
33edition = " 2021"
4- rust-version = " 1.78 .0"
4+ rust-version = " 1.74 .0"
55version = " 0.0.1"
66authors = [" Generated by fuzz/generate-files.sh" ]
77publish = false
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cat > "$REPO_DIR/fuzz/Cargo.toml" <<EOF
1212[package]
1313name = "simplicity-fuzz"
1414edition = "2021"
15- rust-version = "1.78 .0"
15+ rust-version = "1.74 .0"
1616version = "0.0.1"
1717authors = ["Generated by fuzz/generate-files.sh"]
1818publish = false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository = "https://github.com/BlockstreamResearch/rust-simplicity/"
77documentation = " https://docs.rs/simplicity-sys/"
88description = " FFI bindings to libsimplicity"
99edition = " 2021"
10- rust-version = " 1.78 .0"
10+ rust-version = " 1.74 .0"
1111build = " build.rs"
1212links = " rustsimplicity_0_5"
1313
You can’t perform that action at this time.
0 commit comments