Skip to content

Commit d90a8f2

Browse files
removed dependencies and bumped runtime version (#141)
* removed dependencies and bumped runtime version * my bad --------- Co-authored-by: Xavrax <[email protected]>
1 parent 297b31d commit d90a8f2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pubnub.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sdks:
3737
supported-operating-systems:
3838
Linux:
3939
runtime-version:
40-
- Rust 1.31.0+
40+
- Rust 1.65.0+
4141
minimum-os-version:
4242
- Ubuntu 12.04
4343
maximum-os-version:
@@ -46,7 +46,7 @@ sdks:
4646
- x86-64
4747
macOS:
4848
runtime-version:
49-
- Rust 1.31.0+
49+
- Rust 1.65.0+
5050
minimum-os-version:
5151
- macOS 10.12
5252
maximum-os-version:
@@ -55,14 +55,13 @@ sdks:
5555
- x86-64
5656
Windows:
5757
runtime-version:
58-
- Rust 1.31.0+
58+
- Rust 1.65.0+
5959
minimum-os-version:
6060
- Windows Vista Ultimate
6161
maximum-os-version:
6262
- Windows 10 Home
6363
target-architecture:
6464
- x86-64
65-
requires: []
6665
features:
6766
access:
6867
- ACCESS-GRANT-TOKEN

src/dx/publish/builders.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pub struct PublishMessageDeserializerBuilder<T, M>
152152
where
153153
M: Serialize,
154154
{
155-
pub_nub_client: PubNubClient<T>,
155+
pub_nub_client: PubNubClientInstance<T>,
156156
message: M,
157157
seqn: u16,
158158
channel: String,

0 commit comments

Comments
 (0)