mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 10:15:27 +00:00
Use upstream changes
This commit is contained in:
parent
f6815ecc59
commit
fc60d22218
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "n-link",
|
||||
"description": "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "vue-cli-service lint",
|
||||
|
|
6
src-tauri/Cargo.lock
generated
6
src-tauri/Cargo.lock
generated
|
@ -745,9 +745,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libnspire-sys"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "66d43cba14a98407deb8d0b985d9252254ca2fdeeadfd7812123a87c88ab2009"
|
||||
checksum = "d166c2be5a2c47a2258cd283fedff2d7d950bb2c5afdddc0a46cce31144e1ee1"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"globwalk",
|
||||
|
@ -846,7 +846,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "n-link"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "n-link"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire"
|
||||
authors = [ "Ben Schattinger <developer@lights0123.com>" ]
|
||||
license = "GPL-3.0"
|
||||
|
|
Loading…
Reference in a new issue