diff options
author | Till Hoeppner | 2014-11-03 18:06:37 +0100 |
---|---|---|
committer | Till Hoeppner | 2014-11-03 18:06:37 +0100 |
commit | c134482094fe8f84491e96f919283359ea8d5e4b (patch) | |
tree | 4df3036229267668443cae47deb2fe3b4db183c6 | |
parent | 11b12ada4530dc22a54d64ed97dc41cc293ee492 (diff) | |
download | irsc-c134482094fe8f84491e96f919283359ea8d5e4b.tar.gz irsc-c134482094fe8f84491e96f919283359ea8d5e4b.tar.xz irsc-c134482094fe8f84491e96f919283359ea8d5e4b.zip |
Added information about setup to example.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ This library is supposed to be a thin layer over the IRC protocol, doing all the ## Example +Compiles and works with `rustc 0.13.0-nightly (3327ecca4 2014-11-01 22:41:48 +0000)` and `11b12ad` of this library. + ```rust #![feature(globs, slicing_syntax)] |