Skip to content

Commit

Permalink
Bump piston_rs to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Dec 31, 2021
1 parent ad88522 commit e552158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.15", features = ["extension-module"] }
pyo3-asyncio = { version = "0.15", features = ["tokio-runtime"] }
tokio = { version = "1" }
piston_rs = "^0.4.1"
piston_rs = "^0.4.2"
4 changes: 2 additions & 2 deletions piston_rspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from __future__ import annotations

from .piston_rspy import *

__all__: list[str] = [
"Runtime",
"File",
Expand All @@ -15,3 +13,5 @@

__pdoc__: dict[str, bool] = {}
__pdoc__["piston_rspy.piston_rspy"] = False

from .piston_rspy import *

0 comments on commit e552158

Please sign in to comment.