Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5343c0b

Browse files
committed
Release 0.1.2
rustpython@0.1.2rustpython-bytecode@0.1.2rustpython-compiler@0.1.2rustpython-derive@0.1.2rustpython-parser@0.1.2rustpython-vm@0.1.2rustpython_freeze@0.1.2rustpython_wasm@0.1.2Generated by cargo-workspaces
1 parentf40c3d4 commit5343c0b

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

‎Cargo.lock‎

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="rustpython"
3-
version ="0.1.1"
3+
version ="0.1.2"
44
authors = ["RustPython Team"]
55
edition ="2018"
66
description ="A python interpreter written in rust."

‎bytecode/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name ="rustpython-bytecode"
33
description ="RustPython specific bytecode."
4-
version ="0.1.1"
4+
version ="0.1.2"
55
authors = ["RustPython Team"]
66
edition ="2018"
77
repository ="https://github.com/RustPython/RustPython"

‎compiler/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="rustpython-compiler"
3-
version ="0.1.1"
3+
version ="0.1.2"
44
description ="Compiler for python code into bytecode for the rustpython VM."
55
authors = ["RustPython Team"]
66
repository ="https://github.com/RustPython/RustPython"

‎derive/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="rustpython-derive"
3-
version ="0.1.1"
3+
version ="0.1.2"
44
description ="Rust language extensions and macros specific to rustpython."
55
authors = ["RustPython Team"]
66
repository ="https://github.com/RustPython/RustPython"

‎examples/freeze/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="rustpython_freeze"
3-
version ="0.1.0-pre-alpha.2"
3+
version ="0.1.2"
44
authors = ["RustPython Team"]
55
license ="MIT"
66
description ="A Python-3 (CPython >= 3.5.0) Interpreter written in Rust, compiled to frozen executable"

‎parser/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="rustpython-parser"
3-
version ="0.1.1"
3+
version ="0.1.2"
44
description ="Parser for python code."
55
authors = ["RustPython Team" ]
66
build ="build.rs"

‎vm/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="rustpython-vm"
3-
version ="0.1.1"
3+
version ="0.1.2"
44
description ="Rust Python virtual machine."
55
authors = ["RustPython Team"]
66
repository ="https://github.com/RustPython/RustPython"

‎wasm/lib/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="rustpython_wasm"
3-
version ="0.1.0-pre-alpha.2"
3+
version ="0.1.2"
44
authors = ["RustPython Team"]
55
license ="MIT"
66
description ="A Python-3 (CPython >= 3.5.0) Interpreter written in Rust, compiled to WASM"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp