Skip to content

Commit 095739d

Browse files
authored
Downgrade meta package version from 1.17.0 to 1.16.0 (#810)
* Downgrade meta package version from 1.17.0 to 1.16.0 * Bump version from 4.3.0 to 4.3.1 * Add Changelog for Downgrade meta dependency to version 1.16.0
1 parent 0cefb2e commit 095739d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.3.1
2+
3+
- Downgrade `meta` dependency to `1.16.0`
4+
15
## 4.3.0
26

37
- Require `package:protobuf` 5.0.0

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: grpc
2-
version: 4.3.0
2+
version: 4.3.1
33
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
44
repository: https://github.com/grpc/grpc-dart
55

@@ -24,7 +24,7 @@ dependencies:
2424
crypto: ^3.0.6
2525
fixnum: ^1.1.1
2626
googleapis_auth: ^2.0.0
27-
meta: ^1.17.0
27+
meta: ^1.16.0
2828
http: ^1.4.0
2929
http2: ^2.3.1
3030
protobuf: ^5.0.0

0 commit comments

Comments
 (0)