feat: update swift-rs (#285)

* feat: update swift-rs

* swift-rs v1

* pin deps
This commit is contained in:
Lucas Fernandes Nogueira
2023-03-16 09:36:31 -03:00
committed by GitHub
parent 961602bd1b
commit 539c38a692
4 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ fern = "0.6"
android_logger = "0.11"
[target."cfg(target_os = \"ios\")".dependencies]
swift-rs = { git = "https://github.com/Brendonovich/swift-rs", rev = "eb6de914ad57501da5019154d476d45660559999" }
swift-rs = "1.0.1"
[features]
colored = ["fern/colored"]