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 b488915

Browse files
committed
chore: little fix
1 parent a098299 commit b488915

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

‎Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "leetcoderustapi"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
authors = ["Kirill Melkozerov <k.melkozerov@gmail.com>"]
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/1101-1/LeetcodeRustAPI"
88

99
description = """
10-
A full-features Rust API for Leetcode.
10+
A full-featured Rust API for Leetcode.
1111
"""
1212

1313
readme = "README.md"

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This Rust library provides a convenient way to interact with the LeetCode API, a
1111
Add the following line to your `Cargo.toml` file:
1212
```toml
1313
[dependencies]
14-
leetcoderustapi = "1.0.3"
14+
leetcoderustapi = "1.0.4"
1515
```
1616
## Usage
1717
### Authentication

‎src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,5 +325,4 @@ pub enum ProgrammingLanguage {
325325
Dart,
326326
Pandas,
327327
React,
328-
ADas,
329328
}

‎src/problem_actions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ impl Problem {
134134
ProgrammingLanguage::Dart => "dart",
135135
ProgrammingLanguage::Pandas => "pandas",
136136
ProgrammingLanguage::React => "react",
137-
ProgrammingLanguage::ADas => "safa"
138137
}
139138
}
140139
pub fn code_snippets(&self) -> Option<Vec<CodeSnippetNode>> {

0 commit comments

Comments
(0)

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