mirror of
				https://github.com/scottlamb/moonfire-nvr.git
				synced 2025-10-30 00:05:03 -04:00 
			
		
		
		
	bump minimum Rust to 1.57
Addresses a breakage with cdfb61f. the `named-profile` feature wasn't available in 1.56.
This commit is contained in:
		
							parent
							
								
									cdfb61fb35
								
							
						
					
					
						commit
						2e49a1a0c8
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -11,7 +11,7 @@ jobs: | |||||||
|     name: Rust ${{ matrix.rust }} |     name: Rust ${{ matrix.rust }} | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         rust: [ "stable", "1.56", "nightly" ] |         rust: [ "stable", "1.57", "nightly" ] | ||||||
|         include: |         include: | ||||||
|           - rust: nightly |           - rust: nightly | ||||||
|             extra_args: "--features nightly --benches" |             extra_args: "--features nightly --benches" | ||||||
|  | |||||||
| @ -11,6 +11,7 @@ Each release is tagged in Git and on the Docker repository | |||||||
| *   [#219](https://github.com/scottlamb/moonfire-nvr/issues/219): fix | *   [#219](https://github.com/scottlamb/moonfire-nvr/issues/219): fix | ||||||
|     live stream failing with `ws close: 1006` on URLs with port numbers. |     live stream failing with `ws close: 1006` on URLs with port numbers. | ||||||
| *   build Docker images with link-time optimization. | *   build Docker images with link-time optimization. | ||||||
|  | *   bump minimum Rust version to 1.57. | ||||||
| 
 | 
 | ||||||
| ## 0.7.4 (2022-04-13) | ## 0.7.4 (2022-04-13) | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -207,7 +207,7 @@ following command: | |||||||
| $ brew install node | $ brew install node | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| Next, you need Rust 1.56+ and Cargo. The easiest way to install them is by | Next, you need Rust 1.57+ and Cargo. The easiest way to install them is by | ||||||
| following the instructions at [rustup.rs](https://www.rustup.rs/). Avoid | following the instructions at [rustup.rs](https://www.rustup.rs/). Avoid | ||||||
| your Linux distribution's Rust packages, which tend to be too old. | your Linux distribution's Rust packages, which tend to be too old. | ||||||
| (At least on Debian-based systems; Arch and Gentoo might be okay.) | (At least on Debian-based systems; Arch and Gentoo might be okay.) | ||||||
|  | |||||||
| @ -5,6 +5,7 @@ authors = ["Scott Lamb <slamb@slamb.org>"] | |||||||
| edition = "2018" | edition = "2018" | ||||||
| resolver = "2" | resolver = "2" | ||||||
| license-file = "../LICENSE.txt" | license-file = "../LICENSE.txt" | ||||||
|  | rust-version = "1.57" | ||||||
| 
 | 
 | ||||||
| [features] | [features] | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user