Skip to content

Commit 84d154a

Browse files
committed
build: Update rant to new version v4.0.0-alpha.28
1 parent 6435eb7 commit 84d154a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
wasm-bindgen = "0.2"
1212
getrandom = { version="*", features = ["js"] }
13-
rant = "4.0.0-alpha.27"
13+
rant = "4.0.0-alpha.28"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A Rant program that produces a shuffled deck of cards, taken from the [official
4747
```rant
4848
[shuffle:
4949
[rep: 2] {(:Joker)}
50-
[cat: **(A;2;3;4;5;6;7;8;9;10;J;Q;K); **(♠;♥;♣;♦) |> collect]
50+
[cat: **(A;2;3;4;5;6;7;8;9;10;J;Q;K); **(♠;♥;♣;♦) |> list]
5151
]
5252
```
5353
````

0 commit comments

Comments
 (0)