Skip to content

Commit

Permalink
fix: assertion failed: psize <= size + max_overhead (fixate rust vers…
Browse files Browse the repository at this point in the history
…ion)
  • Loading branch information
AlexW00 committed Dec 6, 2024
1 parent 9ab22ee commit 24453c9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obisidian-note-linker"
version = "1.2.6"
version = "1.2.7"
authors = ["Alexander Weichart"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obisidian-note-linker",
"name": "Note Linker",
"version": "1.2.6",
"version": "1.2.7",
"description": "Automatically find and link notes in Obsidian",
"author": "Alexander Weichart",
"authorUrl": "https://github.com/AlexW00",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obisidian-note-linker",
"version": "1.2.6",
"version": "1.2.7",
"description": "Automatically find and link notes in Obsidian",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.70.0"

0 comments on commit 24453c9

Please sign in to comment.