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
erickt committed Dec 24, 2015
1 parent 6f8b476 commit 2b7d19e
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.22.0"
version = "0.24.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 = "*", path = "../syntex_syntax" }
syntex_syntax = { version = "^0.24.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.23.0"
version = "0.24.0"
authors = [ "[email protected]" ]
license = "MIT/Apache-2.0"
description = "Export of libsyntax for code generation"
Expand Down

0 comments on commit 2b7d19e

Please sign in to comment.