From 88c5178639ce2160de9d9bd3397e5e4bd73c92d0 Mon Sep 17 00:00:00 2001 From: Daisuke Murase Date: Fri, 3 Jan 2025 13:00:16 -0800 Subject: [PATCH 1/2] bump ffi --- .nanpa/bump-ffi.kdl | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nanpa/bump-ffi.kdl diff --git a/.nanpa/bump-ffi.kdl b/.nanpa/bump-ffi.kdl new file mode 100644 index 00000000..906c2f5d --- /dev/null +++ b/.nanpa/bump-ffi.kdl @@ -0,0 +1 @@ +patch type="added" package="livekit-ffi" "Fix deadlock issue in nested RPC calls." \ No newline at end of file From 27890e66662c6e7d79e496ff91375f057ef86825 Mon Sep 17 00:00:00 2001 From: Daisuke Murase Date: Fri, 3 Jan 2025 14:27:55 -0800 Subject: [PATCH 2/2] bump livekit as well --- .nanpa/bump-ffi.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.nanpa/bump-ffi.kdl b/.nanpa/bump-ffi.kdl index 906c2f5d..13fdcda9 100644 --- a/.nanpa/bump-ffi.kdl +++ b/.nanpa/bump-ffi.kdl @@ -1 +1,2 @@ -patch type="added" package="livekit-ffi" "Fix deadlock issue in nested RPC calls." \ No newline at end of file +patch type="added" package="livekit-ffi" "Fix deadlock issue in nested RPC calls." +patch type="added" package="livekit" "bump"