From 6011d4fc2b3ee6b564ed52b41ab68fa5eb4dc6c2 Mon Sep 17 00:00:00 2001 From: Keysat Date: Thu, 18 Jun 2026 14:46:13 -0500 Subject: [PATCH] Fix Rust import path in integration docs The Rust code panes used 'use licensing_client::...' but the crate is keysat-licensing-client (module keysat_licensing_client). Correct both panes so copy-pasted snippets compile. --- integrate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrate.html b/integrate.html index e1250cb..2be3923 100644 --- a/integrate.html +++ b/integrate.html @@ -126,7 +126,7 @@ MCowBQYDK2VwAyEAmz7q8r4t1v…h3k2pXq9wL // carries the entitlements baked in at issue time. app.licensed = true; app.entitlements = license.payload.entitlements; // string[] - -