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

Commit

Permalink
feat(cargo): Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Feb 13, 2016
1 parent 71dc363 commit 34be122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions syntex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "syntex"
version = "0.27.0"
version = "0.28.0"
authors = [ "[email protected]" ]
license = "MIT/Apache-2.0"
description = "A library that enables compile time syntax extension expansion"
repository = "https://github.com/erickt/rust-syntex"
readme = "../README.md"

[dependencies]
syntex_syntax = { version = "^0.27.0", path = "../syntex_syntax" }
syntex_syntax = { version = "^0.28.0", path = "../syntex_syntax" }
2 changes: 1 addition & 1 deletion syntex_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntex_syntax"
version = "0.27.0"
version = "0.28.0"
authors = [ "[email protected]" ]
license = "MIT/Apache-2.0"
description = "Export of libsyntax for code generation"
Expand Down

0 comments on commit 34be122

Please sign in to comment.