mirror of
				https://github.com/ktims/rs-aggregate.git
				synced 2025-11-03 10:54:01 -08:00 
			
		
		
		
	Bump version
This commit is contained in:
		
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -1101,7 +1101,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "rs-aggregate"
 | 
					name = "rs-aggregate"
 | 
				
			||||||
version = "0.3.0"
 | 
					version = "0.3.1"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "assert_cmd",
 | 
					 "assert_cmd",
 | 
				
			||||||
 "assert_fs",
 | 
					 "assert_fs",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "rs-aggregate"
 | 
					name = "rs-aggregate"
 | 
				
			||||||
version = "0.3.0"
 | 
					version = "0.3.1"
 | 
				
			||||||
authors = ["Keenan Tims <ktims@gotroot.ca>"]
 | 
					authors = ["Keenan Tims <ktims@gotroot.ca>"]
 | 
				
			||||||
edition = "2021"
 | 
					edition = "2021"
 | 
				
			||||||
description = "Aggregate a list of IP prefixes into their minimum equivalent representation"
 | 
					description = "Aggregate a list of IP prefixes into their minimum equivalent representation"
 | 
				
			||||||
@@ -8,11 +8,7 @@ readme = "README.md"
 | 
				
			|||||||
repository = "https://github.com/ktims/rs-aggregate"
 | 
					repository = "https://github.com/ktims/rs-aggregate"
 | 
				
			||||||
license = "MIT"
 | 
					license = "MIT"
 | 
				
			||||||
categories = ["network-programming"]
 | 
					categories = ["network-programming"]
 | 
				
			||||||
exclude = [
 | 
					exclude = [".github/*", "doc/*", "test-data/*"]
 | 
				
			||||||
	".github/*",
 | 
					 | 
				
			||||||
	"doc/*",
 | 
					 | 
				
			||||||
	"test-data/*",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
clap = { version = "4.4.6", features = ["derive"] }
 | 
					clap = { version = "4.4.6", features = ["derive"] }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user