Skip to content
Snippets Groups Projects
Commit 137b99bb authored by Stephen D's avatar Stephen D
Browse files

xbasic version bump

parent 3ef93781
No related branches found
No related tags found
No related merge requests found
...@@ -1646,9 +1646,9 @@ dependencies = [ ...@@ -1646,9 +1646,9 @@ dependencies = [
[[package]] [[package]]
name = "xbasic" name = "xbasic"
version = "0.2.1" version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453543b752a5b939950e2e3209769c174a2fde1de6e18969b658c626e0688e76" checksum = "3bcfdc9c1e50045d9786e35e16b6381584a9916097c0545d35b305e5b14650ac"
dependencies = [ dependencies = [
"num-derive", "num-derive",
"num-traits", "num-traits",
......
...@@ -12,7 +12,7 @@ tokio = {version = "0.2", features = ["full", "time"] } ...@@ -12,7 +12,7 @@ tokio = {version = "0.2", features = ["full", "time"] }
phf = { version = "0.8", features = ["macros"] } phf = { version = "0.8", features = ["macros"] }
toml = "0.5" toml = "0.5"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
xbasic = "0.2.1" xbasic = "0.3"
png = "0.16" png = "0.16"
diesel = { version = "1.4", features = ["postgres", "numeric"] } diesel = { version = "1.4", features = ["postgres", "numeric"] }
dotenv = "0.15.0" dotenv = "0.15.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment