Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Jan 9, 2024
1 parent c3eff4c commit dbd62e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -9,7 +9,7 @@ uuid = { version = "1.6.1", default-features = false, features = ["v4", "fast-rn

[package]
name = "sandkasten"
version = "0.1.7"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sandkasten-client"
version = "0.1.7"
version = "0.2.0"
description = "Sandkasten client library for running untrusted code"
license = "MIT"
documentation = "https://docs.rs/sandkasten-client/"
Expand Down

0 comments on commit dbd62e0

Please sign in to comment.