Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8e246ad

Browse files
chore(bump): bumps to v-1.3.6
1 parent 457a412 commit 8e246ad

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/bin/lc.rs"
44

55
[package]
66
name = "leetcode-cli"
7-
version = "0.3.5"
7+
version = "0.3.6"
88
authors = ["clearloop <cdr.today@foxmail.com>"]
99
edition = "2018"
1010
description = "Leet your code in command-line."

‎README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414
+ [ ] support local signal to keep coding as longer as you want
1515

1616
## Installing
17+
1718
```sh
19+
# Required dependencies:
20+
#
21+
# gcc
22+
# libssl-dev
23+
# libdbus-1-dev
24+
# libsqlite3-dev
25+
1826
cargo install leetcode-cli
1927
```
2028

@@ -32,7 +40,7 @@ cargo +nightly install leetcode-cli
3240
**Make sure you have logged in to `leetcode.com` with `Chrome`**. See [Cookies](#cookies) for why you need to do this first.
3341

3442
```sh
35-
leetcode 0.3.5
43+
leetcode 0.3.6
3644
May the Code be with You 👻
3745

3846
USAGE:

‎rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly-2021年05月16日

‎src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
2929
//!
3030
//! ```sh
31-
//! leetcode 0.3.3
31+
//! leetcode 0.3.6
3232
//! May the Code be with You 👻
3333
//!
3434
//! USAGE:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /