Skip to content

Commit

Permalink
Updated dictionary data and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sotch-pr35mac committed Feb 27, 2024
1 parent dea0031 commit be31364
Show file tree
Hide file tree
Showing 13 changed files with 5,162 additions and 3,169 deletions.
4,986 changes: 2,625 additions & 2,361 deletions package-lock.json

Large diffs are not rendered by default.

2,904 changes: 2,287 additions & 617 deletions src/native/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ edition = "2021"
rust-version = "1.64"

[build-dependencies]
tauri-build = { version = "1.0.4", features = [] }
tauri-build = { version = "1.5.1", features = [] }

[dependencies]
chinese_dictionary = "2.1.2"
chinese_dictionary = "2.1.6"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.1", features = ["api-all", "updater"] }
tauri = { version = "1.6.0", features = ["api-all", "updater"] }

[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24.0"
Expand Down
2 changes: 1 addition & 1 deletion src/native/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ mod tests {
simplified: "上水".to_string(),
tone_marks: vec![4 as u8, 3 as u8],
traditional: "上水".to_string(),
word_id: 1589
word_id: 1669
}
);
}
Expand Down
Loading

0 comments on commit be31364

Please sign in to comment.