mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Cargo.toml: Document that MSRV can be bumped if there is a reason for it
To the best of my knowledge our current MSRV rule is that we can bump MSRV whenever there is a reason for it. Let's document it.
This commit is contained in:
		@@ -10,6 +10,7 @@ version = "0.25.0"
 | 
			
		||||
exclude = ["assets/syntaxes/*", "assets/themes/*"]
 | 
			
		||||
build = "build/main.rs"
 | 
			
		||||
edition = '2021'
 | 
			
		||||
# You are free to bump MSRV as soon as a reason for bumping emerges.
 | 
			
		||||
rust-version = "1.74"
 | 
			
		||||
 | 
			
		||||
[features]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user