File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " polyglot_rs"
3
- version = " 2.0.1 "
3
+ version = " 2.0.2 "
4
4
edition = " 2021"
5
5
description =" A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages."
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " c_bindings"
3
- version = " 2.0.1 "
3
+ version = " 2.0.2 "
4
4
edition = " 2021"
5
5
description =" A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages."
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @loopholelabs/polyglot" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages." ,
6
6
"homepage" : " https://github.com/loopholelabs/polyglot" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ libdir=/usr/local/lib64
4
4
includedir=/usr/local/include/
5
5
6
6
Name: polyglot
7
- Version: 2.0.1
7
+ Version: 2.0.2
8
8
Description: Polyglot C/C++ Bindings
9
9
Requires:
10
10
Libs: -L${libdir} -lpolyglot
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.21.4
5
5
replace github.com/loopholelabs/polyglot/v2 => ../
6
6
7
7
require (
8
- github.com/loopholelabs/polyglot/v2 v2.0.1
8
+ github.com/loopholelabs/polyglot/v2 v2.0.2
9
9
google.golang.org/grpc v1.66.0
10
10
google.golang.org/protobuf v1.34.2
11
11
)
Original file line number Diff line number Diff line change 1
- v2.0.1
1
+ v2.0.2
You can’t perform that action at this time.
0 commit comments