Skip to content

Commit f67ee4b

Browse files
committed
build: Update rant to new version v4.0.0-alpha.27
1 parent 7fdb5a5 commit f67ee4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
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.26"
13+
rant = "4.0.0-alpha.27"

README.md

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

0 commit comments

Comments
 (0)