Skip to content

Commit

Permalink
fix: try to fix publish (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
vectronic authored May 10, 2022
1 parent 5fc5317 commit 401e1bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flowscripter_template_deno_rust_library"
version ="1.0.6"
version ="1.0.4"
edition = "2021"
description = "Project template for a Rust library with Deno FFI bindings."
homepage = "https://github.com/flowscripter"
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const opts = {
name: "flowscripter_template_deno_rust_library",
url:
(new URL(
"https://github.com/flowscripter/template-deno-rust-library/releases/tag/v1.0.6",
"https://github.com/flowscripter/template-deno-rust-library/releases/tag/v1.0.4",
import.meta.url,
)).toString(),
policy: undefined,
Expand Down

0 comments on commit 401e1bd

Please sign in to comment.