Skip to content

Commit

Permalink
Allow matching slice syntax, version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Mar 29, 2015
1 parent 0386501 commit 486a150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "stomp"
version = "0.8.2"
version = "0.8.3"
authors = [ "zslayton <[email protected]" ]
repository = "https://github.com/zslayton/stomp-rs"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions src/stomp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#![feature(std_misc)]
#![feature(io)]
#![feature(old_io)]
#![feature(slice_patterns)]

#[macro_use]
extern crate log;
Expand Down

0 comments on commit 486a150

Please sign in to comment.