This commit is contained in:
Krishan 2022-05-29 11:03:17 +05:30
parent e7e7a31daa
commit c8399677b5
6 changed files with 11 additions and 13 deletions

2
cinny

@ -1 +1 @@
Subproject commit 69b60553531680d53da9232363548ec36a6830ae Subproject commit f05037c7d6b7635b32f529b97dfaeb566cd9e838

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "cinny", "name": "cinny",
"version": "2.0.3", "version": "2.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cinny", "name": "cinny",
"version": "2.0.3", "version": "2.0.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tauri-apps/api": "^1.0.0-rc.6" "@tauri-apps/api": "^1.0.0-rc.6"

View file

@ -1,11 +1,11 @@
{ {
"name": "cinny", "name": "cinny",
"version": "2.0.3", "version": "2.0.4",
"description": "Yet another matrix client", "description": "Yet another matrix client",
"main": "index.js", "main": "index.js",
"engines": { "engines": {
"npm": ">=6.14.11", "npm": ">=6.14.8 <=8.5.5",
"node": ">=14.6.0" "node": ">=14.15.0 <=17.9.0"
}, },
"scripts": { "scripts": {
"tauri": "tauri", "tauri": "tauri",

8
src-tauri/Cargo.lock generated
View file

@ -268,7 +268,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "cinny" name = "cinny"
version = "2.0.3" version = "2.0.4"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
@ -624,13 +624,11 @@ dependencies = [
[[package]] [[package]]
name = "flate2" name = "flate2"
version = "1.0.23" version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [ dependencies = [
"cfg-if",
"crc32fast", "crc32fast",
"libc",
"miniz_oxide", "miniz_oxide",
] ]

View file

@ -2,7 +2,7 @@
[package] [package]
name = "cinny" name = "cinny"
version = "2.0.3" version = "2.0.4"
description = "Yet another matrix client" description = "Yet another matrix client"
authors = ["Ajay Bura"] authors = ["Ajay Bura"]
license = "MIT" license = "MIT"

View file

@ -1,7 +1,7 @@
{ {
"package": { "package": {
"productName": "Cinny", "productName": "Cinny",
"version": "2.0.3" "version": "2.0.4"
}, },
"build": { "build": {
"distDir": "../cinny/dist", "distDir": "../cinny/dist",