Skip to content

Commit 78e85c6

Browse files
committed
fix: changed to suggested version for path
1 parent 83992b5 commit 78e85c6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.5.3
2+
3+
- Changed path version to ^1.8.2
4+
15
## 3.5.2
26

37
- Fixed linux DynamicLibrary detection

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ packages:
7070
path: ".."
7171
relative: true
7272
source: path
73-
version: "3.5.2"
73+
version: "3.5.3"
7474
ffi:
7575
dependency: transitive
7676
description:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ packages:
101101
source: hosted
102102
version: "1.8.0"
103103
path:
104-
dependency: transitive
104+
dependency: "direct main"
105105
description:
106106
name: path
107107
url: "https://pub.dartlang.org"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fast_rsa
22
description: library for use RSA with support for android and ios, macOS, linux, windows, web and hover
3-
version: 3.5.2
3+
version: 3.5.3
44
homepage: https://github.com/jerson/flutter-rsa
55

66
environment:
@@ -17,7 +17,7 @@ dependencies:
1717
sdk: flutter
1818
ffi: ^2.0.1
1919
flat_buffers: ^2.0.5
20-
path: ^1.8.3
20+
path: ^1.8.2
2121

2222
dev_dependencies:
2323
flutter_test:

0 commit comments

Comments
 (0)