Skip to content

Commit 53773d7

Browse files
committed
update
1 parent 2c949e7 commit 53773d7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"cSpell.words": ["maplit", "popen", "serde"]
2+
"cSpell.words": ["maplit", "popen", "serde"],
3+
"rust-analyzer.linkedProjects": ["./Cargo.toml"]
34
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "n"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)