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

Xbasic version bump

parent dfca1b28
No related branches found
No related tags found
No related merge requests found
......@@ -1646,9 +1646,9 @@ dependencies = [
[[package]]
name = "xbasic"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bcfdc9c1e50045d9786e35e16b6381584a9916097c0545d35b305e5b14650ac"
checksum = "ff711e02a0840644b63e9906fd12bc15e7346f08531467b3962b3ed712bdd6ba"
dependencies = [
"num-derive",
"num-traits",
......
......@@ -12,7 +12,7 @@ tokio = {version = "0.2", features = ["full", "time"] }
phf = { version = "0.8", features = ["macros"] }
toml = "0.5"
serde = { version = "1.0", features = ["derive"] }
xbasic = "0.3"
xbasic = "0.3.1"
png = "0.16"
diesel = { version = "1.4", features = ["postgres", "numeric"] }
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