aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-03 18:06:37 +0100
committerTill Hoeppner2014-11-03 18:06:37 +0100
commitc134482094fe8f84491e96f919283359ea8d5e4b (patch)
tree4df3036229267668443cae47deb2fe3b4db183c6
parent11b12ada4530dc22a54d64ed97dc41cc293ee492 (diff)
downloadirsc-c134482094fe8f84491e96f919283359ea8d5e4b.tar.gz
irsc-c134482094fe8f84491e96f919283359ea8d5e4b.tar.xz
irsc-c134482094fe8f84491e96f919283359ea8d5e4b.zip
Added information about setup to example.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 711a6fc..1eeba5f 100644
--- a/README.md
+++ b/README.md
@@ -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)]