Skip to content

Commit

Permalink
Bumping internal version to v0.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <[email protected]>
  • Loading branch information
ShivanshVij committed Sep 27, 2023
1 parent 813d8a8 commit 1790104
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scale_rs"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
description = "Scale is a framework for building high-performance plugin systems into any application, all powered by WebAssembly."
homepage = "https://scale.sh"
Expand Down
2 changes: 1 addition & 1 deletion integration/golang_tests/generated/generated.go

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

2 changes: 1 addition & 1 deletion integration/golang_tests/host_signature/host.go

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

2 changes: 1 addition & 1 deletion integration/golang_tests/host_signature/types.go

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

2 changes: 1 addition & 1 deletion integration/golang_tests/signature/guest.go

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

2 changes: 1 addition & 1 deletion integration/golang_tests/signature/types.go

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

2 changes: 1 addition & 1 deletion integration/rust_tests/generated/generated.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: generated

#![allow(dead_code)]
Expand Down
2 changes: 1 addition & 1 deletion integration/rust_tests/signature/guest.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local_example_latest_guest

pub mod types;
Expand Down
2 changes: 1 addition & 1 deletion integration/rust_tests/signature/types.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local_example_latest_guest

#![allow(dead_code)]
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: generated

import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.js

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.js.map

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local-example-latest-host

import { Signature as SignatureInterface } from "@loopholelabs/scale-signature-interfaces";
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.js

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.js.map

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local-example-latest-host

/* eslint no-bitwise: off */
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local-example-latest-host

import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.js

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local-example-latest-host

import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local-example-latest-guest

export * from "./types";
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.js

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.js.map

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local-example-latest-guest

/* eslint no-bitwise: off */
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
// output: local-example-latest-guest

import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/types.js

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

Loading

0 comments on commit 1790104

Please sign in to comment.