File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustpython"
3
- version = " 0.0.1"
3
+ version = " 0.0.1-pre-alpha.1 "
4
4
authors = [" Windel Bouwman" , " Shing Lyu <shing.lyu@gmail.com>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust.
7
7
[ ![ Contributors] ( https://img.shields.io/github/contributors/RustPython/RustPython.svg )] ( https://github.com/RustPython/RustPython/graphs/contributors )
8
8
[ ![ Gitter] ( https://badges.gitter.im/RustPython/Lobby.svg )] ( https://gitter.im/rustpython/Lobby )
9
9
10
+ # WARNING: this project is still in an pre-alpha state!
11
+
12
+ ** Using this in a production project is inadvisable. Please only do so if you understand the risks.**
13
+
10
14
## Usage
11
15
12
16
### Check out our [ online demo] ( https://rustpython.github.io/demo/ ) running on WebAssembly.
You can’t perform that action at this time.
0 commit comments