Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit bbc4645

Browse files
committed
Bump version to 0.32
The recent interface changes are not backwards compatible -- so we need a new semantic version...
1 parent 8fef15d commit bbc4645

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

syntex/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "syntex"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
authors = [ "[email protected]" ]
55
license = "MIT/Apache-2.0"
66
description = "A library that enables compile time syntax extension expansion"
77
repository = "https://github.com/erickt/rust-syntex"
88
readme = "../README.md"
99

1010
[dependencies]
11-
syntex_syntax = { version = "^0.31.0", path = "../syntex_syntax" }
11+
syntex_syntax = { version = "^0.32.0", path = "../syntex_syntax" }

syntex_syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntex_syntax"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
authors = [ "[email protected]" ]
55
license = "MIT/Apache-2.0"
66
description = "Export of libsyntax for code generation"

0 commit comments

Comments
 (0)