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

Commit e5abf9e

Browse files
committed
Version bump
1 parent 1b27c1b commit e5abf9e

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.30.1"
3+
version = "0.31.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.30.0", path = "../syntex_syntax" }
11+
syntex_syntax = { version = "^0.31.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.30.0"
3+
version = "0.31.0"
44
authors = [ "[email protected]" ]
55
license = "MIT/Apache-2.0"
66
description = "Export of libsyntax for code generation"

0 commit comments

Comments
 (0)