Alex Crichton
2902ceb26f
Bump to 0.2.58 ( #1946 )
2020-01-07 13:48:25 -06:00
Alex Crichton
56e4d7de1d
Bump to 0.2.57 ( #1943 )
2020-01-06 13:17:28 -06:00
Pauan
580daab1d3
Release 0.2.56 ( #1922 )
2019-12-20 10:31:17 -06:00
Alex Crichton
db9d603c8f
Bump to 0.2.55 ( #1864 )
2019-11-19 11:04:37 -06:00
Alex Crichton
3573164b52
Bump to 0.2.54 ( #1854 )
2019-11-07 12:59:01 -06:00
Alex Crichton
935f71afec
Switch from failure
to anyhow
( #1851 )
...
This commit switches all of `wasm-bindgen` from the `failure` crate to
`anyhow`. The `anyhow` crate should serve all the purposes that we
previously used `failure` for but has a few advantages:
* It's based on the standard `Error` trait rather than a custom `Fail`
trait, improving ecosystem compatibility.
* We don't need a `#[derive(Fail)]`, which means that's less code to
compile for `wasm-bindgen`. This notably helps the compile time of
`web-sys` itself.
* Using `Result<()>` in `fn main` with `anyhow::Error` produces
human-readable output, so we can use that natively.
2019-11-04 11:35:28 -06:00
Alex Crichton
c7c169ae72
Bump to 0.2.53 ( #1840 )
2019-10-29 09:37:37 -05:00
Alex Crichton
a20dd26dde
Bump to 0.2.52 ( #1833 )
2019-10-24 16:08:45 -05:00
Alex Crichton
6d1dc813c4
Bump to 0.2.51 ( #1797 )
...
This notably brings in async/await support for current beta/nightly
users. Yay!
2019-09-26 14:07:28 -05:00
Alex Crichton
c2daa4f63c
Bump to 0.2.50
2019-08-19 04:21:27 -07:00
Alex Crichton
c1d4fddeac
Bump to 0.2.49
2019-08-14 08:32:02 -07:00
Alex Crichton
45b43905b4
Upgrade to syn/quote 1.0
...
Fresh off the presses let's start the update!
2019-08-13 10:37:08 -07:00
Alex Crichton
e596ef596c
Bump to 0.2.48
2019-07-11 15:02:39 -07:00
dependabot-preview[bot]
ce40388a7f
Update weedle requirement from 0.9 to 0.10
...
Updates the requirements on [weedle](https://github.com/rustwasm/weedle ) to permit the latest version.
- [Release notes](https://github.com/rustwasm/weedle/releases )
- [Commits](https://github.com/rustwasm/weedle/compare/0.9.0...0.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11 10:07:41 +00:00
Alex Crichton
d71ab78fc6
Bump to 0.2.47
2019-06-19 11:14:37 -07:00
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
lqd
ca0008174a
Update weedle to version 0.9
2019-05-16 18:52:25 +02: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
a6fe0cefa8
Migrate all crates to the 2018 edition
...
Most of the CLI crates were already in the 2018 edition, and it turns
out that one of the macro crates was already in the 2018 edition so we
may as well move everything to the 2018 edition!
Always nice to remove those `extern crate` statements nowadays!
This commit also does a `cargo fmt --all` to make sure we're conforming
with style again.
2019-03-26 08:10:53 -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
Alex Crichton
63e3ba722d
Bump to 0.2.29
2018-12-04 06:04:47 -08:00
Alex Crichton
167274c9b4
Remove an unused crate from wasm-bindgen-webidl
...
Apparently this is no longer needed according to rustc!
2018-11-29 12:22:54 -08:00
Alex Crichton
22ca15f81e
Bump to 0.2.28
2018-11-12 09:28:01 -08:00
Alex Crichton
6dfbb4be89
Bump to 0.2.27
2018-10-29 14:30:33 -07:00
Alex Crichton
7fad2bf0c8
Bump to 0.2.26
2018-10-29 12:56:37 -07:00
Nick Fitzgerald
dd82a3e134
Bump to 0.2.25
2018-10-10 13:19:40 -07:00
Alex Crichton
c210ccd596
Bump to 0.2.24
2018-10-05 09:53:19 -07:00
Nick Fitzgerald
f834a427d7
Bump to version 0.2.23 (and js-sys and wasm-bindgen-futures to 0.3.0)
2018-09-26 07:31:54 -07:00
Alex Crichton
51ec485c94
Bump to 0.2.22
2018-09-21 13:41:58 -07:00
Anton Danilkin
61eb7df0c8
Update weedle
2018-09-16 23:39:00 +03:00
Alex Crichton
f18b10ca52
Bump to 0.2.21
2018-09-06 22:10:11 -07:00
Alex Crichton
8f9514d216
Update syn to 0.15
...
New and faster parsers!
2018-09-06 15:01:24 -07:00
Alex Crichton
9d5898ab48
Bump to 0.2.20
2018-09-06 14:49:43 -07:00
Benjamin Kampmann
031ba39036
Bump weedle version
2018-09-06 16:22:26 +02:00
Alex Crichton
d9bc0a3176
Bump to 0.2.19
2018-08-27 13:39:23 -07:00
Alex Crichton
98008b9e77
Bump to 0.2.18
...
At the same time, also add a `publish.rs` script to ease our publishing woes.
2018-08-27 13:37:55 -07:00