Alex Crichton
8fc0a38402
Bump to 0.2.46
2019-06-14 11:44:58 -07:00
Alex Crichton
137bbdf2e3
Bump to 0.2.45
2019-05-20 09:44:03 -07:00
Alex Crichton
773c6ff430
Bump to 0.2.44
2019-05-16 07:47:23 -07:00
Alex Crichton
f2429be07f
Bump to 0.2.43
2019-04-29 08:28:41 -07:00
Alex Crichton
df6e15e3ab
Bump to 0.2.42
2019-04-11 07:39:45 -07:00
Alex Crichton
02394724ea
Bump to 0.2.41
2019-04-10 10:53:32 -07:00
Alex Crichton
6803c619bb
Bump to 0.2.40
2019-03-21 17:08:48 -07:00
Alex Crichton
228f58dca3
Bump to 0.2.39
2019-03-13 11:02:27 -07:00
Alex Crichton
a659f27c07
Bump to 0.2.38
2019-03-04 09:11:23 -08:00
Alex Crichton
e9f423d57e
Bump to 0.2.37
2019-02-15 08:16:24 -08:00
Nick Fitzgerald
802cfedcbd
Bump to 0.2.36
2019-02-12 13:19:02 -08:00
Nick Fitzgerald
d9cf9b3735
Bump to version 0.2.35
2019-02-12 11:36:19 -08:00
Nick Fitzgerald
078257943d
Bump to 0.2.34
2019-02-11 18:58:54 -08:00
Alex Crichton
78c4075e40
Bump to 0.2.33
2019-01-18 15:32:17 -08:00
Nick Fitzgerald
31fdede9fc
Bump to 0.2.32
2019-01-16 13:11:13 -08:00
Alex Crichton
b04f60cf2b
Bump to 0.2.31
2019-01-09 09:17:50 -08:00
Alex Crichton
fbf000a508
Bump to 0.2.30
2019-01-07 07:47:07 -08:00
André Luis Leal Cardoso Junior
88c8b9059e
Add edition 2018 to Cargo.toml
2018-12-10 23:44:59 -02:00
Alex Crichton
63e3ba722d
Bump to 0.2.29
2018-12-04 06:04:47 -08:00
Alex Crichton
22ca15f81e
Bump to 0.2.28
2018-11-12 09:28:01 -08:00
Alex Crichton
56400c3738
Don't use path dependencies in examples
...
This commit updates all examples to not use `path` dependencies but
rather use versioned dependencies like would typically be found in the
wild. This should hopefully make the examples more copy-pastable and
less alien to onlookers!
The development of the examples remains the same where they continue to
use the `wasm-bindgen`, `js-sys`, `web-sys`, etc from in-tree. The
workspace-level `[patch]` section ensures that they use the in-tree
versions instead of the crates.io versions.
2018-11-07 11:27:43 -08:00
Robert Masen
4ddd93d75d
add char support ( #206 )
...
* add char support
* add char test
* remove __wbindgen_char fns
* re-order travis script
* update serve script
* remove binds to unused char functions
* add more wide character items to chars list
* remove unused code
* add char to readme
* remove built file
2018-05-22 12:34:41 -05:00