Skip to content

Commit

Permalink
Update sdk version in Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tuta-sudipg committed Jan 2, 2025
1 parent 1c86a22 commit 704c6e9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/node-mimimi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/node-mimimi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "tutao_node-mimimi"
version = "251.241030.0"
version = "259.250102.0"

[lib]
# need to have lib to be able to use this from rust tests
Expand Down
4 changes: 2 additions & 2 deletions packages/node-mimimi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/node-mimimi",
"version": "259.241223.2",
"version": "259.250102.0",
"main": "./dist/binding.cjs",
"types": "./dist/binding.d.ts",
"napi": {
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"devDependencies": {
"@tutao/otest": "259.241223.2",
"@tutao/otest": "259.250102.0",
"@napi-rs/cli": "^2.18.4",
"typescript": "5.3.3",
"zx": "8.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/tutanota-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-error",
"version": "259.241223.0",
"version": "259.250102.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 704c6e9

Please sign in to comment.