Skip to content

Commit 052a036

Browse files
author
Fabien Bellanger
committed
Update deps
Update Tauri example
1 parent ac4e8ea commit 052a036

4 files changed

Lines changed: 979 additions & 641 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Bump `nusb` to `0.1.13`
2626
- Bump `log` to `0.4.26`
2727
- Bump `env_logger` to `0.11.7`
28-
- Bump `reqwest` to `0.12.14`
28+
- Bump `reqwest` to `0.12.15`
29+
- Update Tauri example
2930

3031
## `0.15.0` (2025-01-16) [CURRENT]
3132

@@ -129,28 +130,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129130
### Added
130131

131132
- Add table for page codes:
132-
- `Katakana`
133-
- `PC850`
134-
- `PC851`
135-
- `PC853`
136-
- `PC857`
137-
- `PC737`
138-
- `PC863`
139-
- `PC866`
140-
- `WPC775`
141-
- `PC855`
142-
- `PC861`
143-
- `PC862`
144-
- `PC869`
145-
- `PC1118`
146-
- `PC1119`
147-
- `PC1125`
148-
- `WPC1250`
149-
- `WPC1251`
150-
- `WPC1253`
151-
- `WPC1254`
152-
- `WPC1257`
153-
- `KZ1048`
133+
- `Katakana`
134+
- `PC850`
135+
- `PC851`
136+
- `PC853`
137+
- `PC857`
138+
- `PC737`
139+
- `PC863`
140+
- `PC866`
141+
- `WPC775`
142+
- `PC855`
143+
- `PC861`
144+
- `PC862`
145+
- `PC869`
146+
- `PC1118`
147+
- `PC1119`
148+
- `PC1125`
149+
- `WPC1250`
150+
- `WPC1251`
151+
- `WPC1253`
152+
- `WPC1254`
153+
- `WPC1257`
154+
- `KZ1048`
154155

155156
### Changed
156157

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ serialport = { version = "4.7.0", optional = true }
4848

4949
[dev-dependencies]
5050
env_logger = "0.11.7"
51-
reqwest = { version = "0.12.14", features = ["blocking"] }
51+
reqwest = { version = "0.12.15", features = ["blocking"] }
5252

5353
[package.metadata.docs.rs]
5454
all-features = true

0 commit comments

Comments
 (0)