bump to 0.2.0
This commit is contained in:
		
							parent
							
								
									d6e7a07cc2
								
							
						
					
					
						commit
						355565c84d
					
				| @ -1,6 +1,6 @@ | |||||||
| [package] | [package] | ||||||
| name = "yaserde" | name = "yaserde" | ||||||
| version = "0.1.0" | version = "0.2.0" | ||||||
| authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"] | authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"] | ||||||
| description = "Serialization and deserialization library" | description = "Serialization and deserialization library" | ||||||
| keywords = ["Serialization", "Deserialization", "XML"] | keywords = ["Serialization", "Deserialization", "XML"] | ||||||
| @ -11,13 +11,13 @@ documentation = "https://docs.rs/yaserde" | |||||||
| readme = "../README.md" | readme = "../README.md" | ||||||
| 
 | 
 | ||||||
| [dependencies] | [dependencies] | ||||||
| yaserde_derive = { version = "0.1", path = "../yaserde_derive", optional = true } | yaserde_derive = { version = "0.2", path = "../yaserde_derive", optional = true } | ||||||
| regex = "0.2" | regex = "0.2" | ||||||
| xml-rs = "0.7.0" | xml-rs = "0.7.0" | ||||||
| log = "0.4.1" | log = "0.4.1" | ||||||
| 
 | 
 | ||||||
| [dev-dependencies] | [dev-dependencies] | ||||||
| yaserde_derive = { version = "0.1", path = "../yaserde_derive" } | yaserde_derive = { version = "0.2", path = "../yaserde_derive" } | ||||||
| 
 | 
 | ||||||
| [badges] | [badges] | ||||||
| travis-ci = { repository = "media-io/yaserde" } | travis-ci = { repository = "media-io/yaserde" } | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| [package] | [package] | ||||||
| name = "yaserde_derive" | name = "yaserde_derive" | ||||||
| version = "0.1.0" | version = "0.2.0" | ||||||
| authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"] | authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"] | ||||||
| description = "Serialization and deserialization macros" | description = "Serialization and deserialization macros" | ||||||
| keywords = ["Serialization", "Deserialization"] | keywords = ["Serialization", "Deserialization"] | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user