mirror of
				https://github.com/apache/datafusion-sqlparser-rs.git
				synced 2025-10-31 07:14:20 +00:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) d971a029dd
			
		
	
	
		d971a029dd
		
			
		
	
	
	
	
		
			
			Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			253 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			253 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "sqlparser_bench"
 | |
| version = "0.1.0"
 | |
| authors = ["Dandandan <danielheres@gmail.com>"]
 | |
| edition = "2018"
 | |
| 
 | |
| [dependencies]
 | |
| sqlparser = { path = "../" }
 | |
| 
 | |
| [dev-dependencies]
 | |
| criterion = "0.4"
 | |
| 
 | |
| [[bench]]
 | |
| name = "sqlparser_bench"
 | |
| harness = false
 |