Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 094cc21

Browse files
committed
Change code to adoc syntax
1 parent ad67b19 commit 094cc21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ $ cd a-chat
6565

6666
Then add the following to your `Cargo.toml`:
6767

68-
```toml
68+
[source]
69+
----
6970
futures-preview = { version = "0.3.0-alpha.18", features = [ "async-await", "nightly" ] }
7071
async-std = "0.99"
71-
````
72+
----
7273

7374
At the moment `async-std` requires nightly, so let's add a rustup override for convenience:
7475

0 commit comments

Comments
 (0)