File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- [ unreleased ]
3+ ## v0.5.0
44- Added helper ` seed::canvas() ` , and ` seed::canvas_context() ` helper functions.
55- Fixed ` Url ` parsing (resolves issue with hash routing).
66- [ BREAKING] ` From<String> for Url ` changed to ` TryFrom<String> for Url ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " seed"
3- version = " 0.4.2 "
3+ version = " 0.5.0 "
44description = " A Rust framework for creating web apps, using WebAssembly"
55authors = [
" DavidOConnor <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ edition = "2018"
6868crate-type = [" cdylib" ]
6969
7070[dependencies ]
71- seed = " ^0.4.2 "
71+ seed = " ^0.5.0 "
7272wasm-bindgen = " ^0.2.50"
7373```
7474
You can’t perform that action at this time.
0 commit comments