This website works better with JavaScript.
Home
Help
Register
Sign In
stephen
/
xbasic
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
cut release
master
Stephen
1 month ago
parent
f5ab218ba4
commit
4b0751dfd1
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Cargo.lock
+1
-1
Cargo.toml
+ 1
- 1
Cargo.lock
View File
@ -784,7 +784,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "xbasic"
version = "0.2.
0
"
version = "0.2.
1
"
dependencies = [
"criterion",
"num-derive",
+ 1
- 1
Cargo.toml
View File
@ -1,7 +1,7 @@
[
package
]
name
=
"xbasic"
description
=
"A library that allows adding a scripting language onto your project with ease. This lets your users write their own arbitrary logic."
version
=
"0.2.
0
"
version
=
"0.2.
1
"
authors
=
[
"Stephen <stephen@stephendownward.ca>"
]
edition
=
"2018"
readme
=
"README.md"
Write
Preview
Loading…
Cancel
Save