We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a45c9 commit 2a9902eCopy full SHA for 2a9902e
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
5
6
## Unreleased
7
8
+## [0.5.4] 2016-03-23
9
+
10
+* Updated `diesel_codegen` to allow syntex versions up to 0.30.0.
11
12
## [0.5.3] 2016-03-12
13
14
### Added
diesel_codegen/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "diesel_codegen"
3
-version = "0.5.2"
+version = "0.5.4"
4
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
license = "MIT OR Apache-2.0"
build = "build.rs"
0 commit comments