Skip to content

Commit

Permalink
deno 0.41.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Apr 16, 2020
1 parent e36a2d1 commit 377be69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "deno_webview"
version = "0.3.2"
version = "0.3.3"
authors = ["Elias Sjögreen <eliassjogreen1@gmail.com>"]
edition = "2018"

[lib]
crate-type = ["cdylib"]

[dependencies]
deno_core = "0.40.0"
deno_core = "0.41.0"
webview-sys = "0.5.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.51"
Expand Down
2 changes: 1 addition & 1 deletion plugin.ts
Expand Up @@ -6,7 +6,7 @@ const MSHTML = Deno.env("MSHTML");
const IS_MSHTML = MSHTML !== undefined;
const PLUGIN_PATH = IS_DEV
? DEV
: "https://github.com/eliassjogreen/deno_webview/releases/download/0.3.2";
: "https://github.com/eliassjogreen/deno_webview/releases/download/0.3.3";

const plugin = await prepare({
name: "deno_webview",
Expand Down

0 comments on commit 377be69

Please sign in to comment.