Skip to content

Commit a422637

Browse files
ErwanMASsameer
authored andcommitted
upgrade to yewdux to v0.11 to fix issue with anymap
fix init of ConversionConfig in web
1 parent 27b6d44 commit a422637

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thiserror = "1.0"
2424
zip = { version = "0.6", default-features = false }
2525

2626
yew = { version = "0.21", features = ["csr"] }
27-
yewdux = "0.10"
27+
yewdux = "0.11"
2828
web-sys = { version = "0.3", features = [] }
2929
wasm-logger = "0.2"
3030
gloo-file = { version = "0.3", features = ["futures"] }

web/src/state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ impl<'a> TryInto<Settings> for &'a FormState {
5252
self.origin[0].clone().transpose()?,
5353
self.origin[1].clone().transpose()?,
5454
],
55+
extra_attribute_name: None,
5556
},
5657
machine: MachineConfig {
5758
supported_functionality: SupportedFunctionality {

0 commit comments

Comments
 (0)